[Puppet Users] How to manipulate contents of directory without affecting parent directory

2010-03-31 Thread Terra
Greetings, I'm having a bit of a problem where file{} doesn't support globbing... Say I have the following directory tree: /foo (mode: 0751) /foo/bar1 /foo/baz1 /foo/random1 ... /foo/randomN All subdirectories under '/foo' can be arbitrary names... How I would like to be able to express this,

Re: [Puppet Users] How to manipulate contents of directory without affecting parent directory

2010-03-31 Thread Brian Wingenroth
On 3/31/10 5:37 PM, Terra wrote: Greetings, I'm having a bit of a problem where file{} doesn't support globbing... Say I have the following directory tree: /foo (mode: 0751) /foo/bar1 /foo/baz1 /foo/random1 ... /foo/randomN All subdirectories under '/foo' can be arbitrary names... How I