I'm pretty sure this is simple, but I just can't get it to work. I
have a directory called test (in location /home/server/test) and it
has sub directories and other files. I want to copy this directory and
all its contents into a location on the client machine. I'm not sure
what I'm doing wrong. This is what I have right now.
file { "/home/client/test":
ensure => directory,
owner => root,
group => root,
mode => 644,
source => "puppet:///abc/test",
recurse => true,
}
In the fileserver.conf, I have the following:
[abc]
path /home/server
allow *
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.