Re: [Puppet Users] update package with condition

2015-01-15 Thread Martin Alfke
Hi, with RH6 you can use yum provider and set ensure to latest. (Maybe you need to create a yum repo for your factor package). hth, Martin On 14 Jan 2015, at 18:34, puppetstan wrote: > Hi, > > I would like to update the package facter on all of my servers. (I can not > use INSTALL_OPTIONS b

[Puppet Users] update package with condition

2015-01-14 Thread puppetstan
Hi, I would like to update the package facter on all of my servers. (I can not use INSTALL_OPTIONS because my puppet version is too old) I added a condition--> if the package facter is installed AND if facter version is not facter-1.7.6-1.el6.x86_64.rpm I install the package but I think I have