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
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
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
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