Re: [Puppet Users] Downgrade package via yum

2009-12-22 Thread Matthew Hyclak
On Tue, Dec 22, 2009 at 6:50 AM, R.I.Pienaar wrote: > hello, > > - "Matthew Hyclak" wrote: > >> > Wish I'll be wrong, but seems like I won't be able to downgrade >> packages via yum. >> >> Downgrade via yum is done by a plugin that comes with some caveats >> (like how do you "downgrade" a pos

Re: [Puppet Users] Downgrade package via yum

2009-12-22 Thread R.I.Pienaar
hello, - "Matthew Hyclak" wrote: > > Wish I'll be wrong, but seems like I won't be able to downgrade > packages via yum. > > Downgrade via yum is done by a plugin that comes with some caveats > (like how do you "downgrade" a post script that creates a user in > version 2, but not in version

Re: [Puppet Users] Downgrade package via yum

2009-12-22 Thread Matthew Hyclak
On Tue, Dec 22, 2009 at 1:36 AM, Tony G. wrote: > Thanks for the comments Silviu, here what I found: > > I ran: > /usr/sbin/puppetd -vdt --fqdn `hostname` --environment=development --test > > This is the excerpt of the output: > debug: > //Node[puppetclient.example.com]/common/common::nagios/Packa

Re: [Puppet Users] Downgrade package via yum

2009-12-21 Thread Tony G.
Thanks for the comments Silviu, here what I found: I ran: /usr/sbin/puppetd -vdt --fqdn `hostname` --environment=development --test This is the excerpt of the output: debug: //Node[puppetclient.example.com]/common/common::nagios/Package[nrpe_custom]: Changing ensure debug: //Node[puppetclient.e

Re: [Puppet Users] Downgrade package via yum

2009-12-18 Thread Silviu Paragina
You may try to use the debug method I described here http://groups.google.com/group/puppet-users/browse_thread/thread/40a0cbdc8ade0d71/099af2828b89871e?lnk=gst&q=yum#099af2828b89871e Silviu Tony G. wrote: > Hi, > > On our organization we have custom npre packages distributed via yum, > few day