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
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",
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
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
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