Re: [Puppet Users] crapload of files to check permissions and ownership

2013-08-06 Thread jcbollinger
On Monday, August 5, 2013 9:55:48 AM UTC-5, root wrote: > > Yes, I do intend to list all the files and their expected mode and > ownership, I just want to figure out the nicest, most succinct way to do > that. > > Wildcards and recursive listings will do me no good -- these files are > scatt

Re: [Puppet Users] crapload of files to check permissions and ownership

2013-08-05 Thread root
Yes, I do intend to list all the files and their expected mode and ownership, I just want to figure out the nicest, most succinct way to do that. Wildcards and recursive listings will do me no good -- these files are scattered all over. Thanks. On Friday, August 2, 2013 3:33:57 PM UTC-4,

Re: [Puppet Users] crapload of files to check permissions and ownership

2013-08-02 Thread ygor
told that wildcards do not work for that. - Original Message - From: "root" To: y...@comcast.net Sent: Friday, August 2, 2013 3:00:19 PM Subject: Re: [Puppet Users] crapload of files to check permissions and ownership Yes, my link is not correct, i meant to link to the puppet c

Re: [Puppet Users] crapload of files to check permissions and ownership

2013-08-02 Thread Dan White
: puppet-users@googlegroups.com Sent: Friday, August 2, 2013 2:29:27 PM Subject: [Puppet Users] crapload of files to check permissions and ownership Very new to Puppet and I need to create a class that checks the file permissions and ownership for 60- 100 files. Some of the files will be named differ

[Puppet Users] crapload of files to check permissions and ownership

2013-08-02 Thread root
Very new to Puppet and I need to create a class that checks the file permissions and ownership for 60- 100 files. Some of the files will be named differenty or have a different path depending on the OS. I am aware of the core_permissions class demonstrated in the Puppet 3.0 Quick Start, and