[Puppet Users] Re: Puppet copy not working

2014-07-15 Thread Nishantu Kumar
Thanks for your support On Friday, July 11, 2014 3:21:38 PM UTC+5:30, Nishantu Kumar wrote: > > Hello All, > > I have successfully configured puppet master and agent on two machines and > i have created a file in manifest directory to copy a file from master > server to agent machine but its not

Re: [Puppet Users] Re: Puppet copy not working

2014-07-14 Thread Yanis Guenane
On 07/14/2014 03:33 AM, Nishantu Kumar wrote: > Hi all, > > I have created a file in "/etc/puppet/manifests/classes" as copy.pp and > contents are :- > > # copy a remote file to /etc/sudoers > file { "/etc/sudoers": > mode => 440, > owner => root, > group => root, > source

[Puppet Users] Re: Puppet copy not working

2014-07-14 Thread Nishantu Kumar
Hi all, I have created a file in "/etc/puppet/manifests/classes" as copy.pp and contents are :- # copy a remote file to /etc/sudoers file { "/etc/sudoers": mode => 440, owner => root, group => root, source => "puppet:///home/ubuntu" } and i run the command on agent machine a

[Puppet Users] Re: Puppet copy not working

2014-07-13 Thread Dejan Golja
Hey Nishantu, please share some output and at least the manifests content. On Friday, July 11, 2014 7:51:38 PM UTC+10, Nishantu Kumar wrote: > > Hello All, > > I have successfully configured puppet master and agent on two machines and > i have created a file in manifest directory to copy a fil