Hi Chris,

On 14/08/2010, at 8:48 AM, Christopher Johnston wrote:

> Since some of them all use the same options (user, group, mode, etc) with the 
> same values is there a way to set them globally once and have all of them get 
> inherited so I don't have to repeat entries?

Yes:

File { 
    owner => "root", 
    group => "root", 
    mode  => "0644", 
}

Will set the defaults as per your example.

Cheers,
Avi

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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