Re: [Puppet Users] Directory and File Permissions
On 12/07/2010 08:52 PM, Douglas Garstang wrote: > If I'm pushing out a bunch of files in a directory, like this... > > file { > "/usr/local/lg/bin/": > source => "puppet://${server}/usr/local/lg/bin", > mode => 755, > owner => "root", > group
Re: [Puppet Users] Directory and File Permissions
On Dec 7, 2010, at 11:52 AM, Douglas Garstang wrote: > If I'm pushing out a bunch of files in a directory, like this... > > file { > "/usr/local/lg/bin/": > source => "puppet://${server}/usr/local/lg/bin", > mode => 755, > owner => "root", >