Re: [Puppet Users] tidy resource logging conflict

2010-10-06 Thread Bruce Richardson
On Wed, Oct 06, 2010 at 09:18:07AM -0700, Patrick wrote: > > > I didn't quite understand what you said. Here's an example manifest that demonstrates both problems: file { '/tmp/shared': ensure => 'directory' } file { '/tmp/shared/notice': ensure => 'file' } file { '/tmp/shared/verbose':

Re: [Puppet Users] tidy resource logging conflict

2010-10-06 Thread Patrick
On Oct 6, 2010, at 6:06 AM, Bruce Richardson wrote: > One of the nice features of using the Tidy resource to prune a directory > hierarchy in puppet is that any File resources you create within that > tree will not be touched. However, the tidy resource *will* log that it > is tidying them. Thi

Re: [Puppet Users] tidy resource logging conflict

2010-10-06 Thread Bruce Richardson
On Wed, Oct 06, 2010 at 02:06:29PM +0100, Bruce Richardson wrote: > I think it would be reasonable of puppet not to log the tidying of files > which are not actually tidied. Do people agree? In which case I'll > file a bug report. Or have I missed a clean way of resolving this? In fact, I'm fin

[Puppet Users] tidy resource logging conflict

2010-10-06 Thread Bruce Richardson
One of the nice features of using the Tidy resource to prune a directory hierarchy in puppet is that any File resources you create within that tree will not be touched. However, the tidy resource *will* log that it is tidying them. This is not good. I like puppet to log any changes it makes so th