Re: [Puppet Users] Re: enablerepo option

2013-09-25 Thread Sneha More
Hi, exec { 'fusioninventory-agent': command => 'yum -y install fusioninventory-agent --enablerepo=epel', path => '/usr/bin', } An other idea is modifiy repo and change enabled=0 by enabled=1 and after > install or update modify enabled=0 by enabled=1 ? Your opinion? > Regards and

Re: [Puppet Users] Re: enablerepo option

2013-09-23 Thread Sneha More
Hi, I understood the problem, You may try following things. Just try running the commnad -> yum -y *install *fusioninventory-agent --enablerepo=epel And check whether its installing latest version or not. 1. If it is installing latest version then just use this in manifest: exec { 'fusioninventory