[Puppet Users] Re: PuppetDB - notify Puppetmaster

2013-11-10 Thread Klavs Klavsen
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

[Puppet Users] What the correct way to downgrade version with puppet? (CentOS 6.4)

2013-11-10 Thread shlo . afgin
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