Re: [Puppet Users] Directory and File Permissions

2010-12-09 Thread Felix Frank
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

2010-12-07 Thread Patrick
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", >