On Tue, Sep 11, 2012 at 2:18 PM, JGonza1 <jgonza1...@gmail.com> wrote:
> So if I have in my module in files the directory and all the files and
> directories under neath it. If the direcctory is not there I should be able
> to copy all of it with the syntex below.
> file { "/srv/www":
>       ensure => "directory",
>       recurse => inf, true,

Either 'inf', or 'true', not both, but yes - that should do what you want.

>       owner => "root",
>       group => "root",
>       mode => 755,

These permissions will apply to *everything* in the tree.  If you omit
those statements it will copy the values from the files on the master.

-- 
Daniel Pittman
⎋ Puppet Labs Developer – http://puppetlabs.com
♲ Made with 100 percent post-consumer electrons

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to