[Puppet Users] Re: Thousands of "FileBucket got a duplicate file" messages

2013-11-13 Thread GeekBiker
Ah, ha. Thanks. i added "backup => false" to the file resource and it stopped the noise. I'm making sure there are no negative side effects before rolling the change out. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from t

[Puppet Users] Thousands of "FileBucket got a duplicate file" messages

2013-11-13 Thread GeekBiker
On developer servers we create a sandbox directory for each user and set the permissions on the directory so that apache and other developers can access it if necessary. Here's what we use: "${home_dir}/${name}/sandboxes": owner => "$name",

Re: [Puppet Users] Trigger when on any package change

2011-10-06 Thread GeekBiker
Run once after everything is the desirable result if any packages have been added, removed, or updated. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/fQB

Re: [Puppet Users] Trigger when on any package change

2011-09-30 Thread GeekBiker
I suspect that is in a later version than we are using at the moment. We plan to upgrade, but aren't in a rush. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-us

[Puppet Users] Trigger when on any package change

2011-09-30 Thread GeekBiker
I need to exec a program if ANY packages have been modified (added, removed, updated, etc). I tried subscribing to Package with a wildcard, but that isn't supported. Is there any way to trigger an exec if there were any packages changes were made or if yum was executed? Specifically, I need to e