You could also use exported resources, and simply do this on all clients:
@@exec { "/bin/command-to-run-on-mater": tag => "master" }
and then collect on the master:
Exec <<| tag = 'master' |>>
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To
Hi,
I'm using Puppet to downgrade php from 5.5.5 to 5.3.3. It failed because
yum command failed.
It has dependencies that need to removed or downgrade.
...
php-common(x86-64) = 5.5.5-2.el6.remi is needed by (installed)
php-xml-5.5.5-2.el6.remi.x86_64
...
How can I tell Puppet to remove