Re: [Puppet Users] Install RPM package via puppet

2012-11-01 Thread Sixthmoon
Yes, yum info iftop on the test node shows: Available Packages Name : iftop Arch : x86_64 Version: 0.17 Release: 1.el5.rf Size : 46 k Repo : misc Summary: Display bandwidth usage on an interface URL: http://www.ex-parrot.com/~pdw/iftop/ License: GPL

Re: [Puppet Users] Install RPM package via puppet

2012-11-01 Thread Tim Mooney
In regard to: Re: [Puppet Users] Install RPM package via puppet, Sixthmoon...: Tim, It looks like our Puppet master doesn't have yum setup that way. From what I see we are having puppet place the .repo files into /etc/yum.repo.d/ All the current package definitions only have the foll

Re: [Puppet Users] Install RPM package via puppet

2012-11-01 Thread Sixthmoon
Tim, It looks like our Puppet master doesn't have yum setup that way. From what I see we are having puppet place the .repo files into /etc/yum.repo.d/ All the current package definitions only have the following attributes: class example { package { [ "example" ]: ensure => "p

Re: [Puppet Users] Install RPM package via puppet

2012-11-01 Thread Tim Mooney
In regard to: [Puppet Users] Install RPM package via puppet, Sixthmoon said...: I have the package added to an internal yum repo. OS is Centos 5.4. Puppet version is 2.6.2-1. The module is "utilities". This is a working production environment. (Person who set it no longer around) As a verificati

Re: [Puppet Users] Install RPM package via puppet

2012-11-01 Thread Jakov Sosic
On 11/01/2012 08:49 PM, Sixthmoon wrote: I am trying to get a package (iftop) installed on a test node using puppet but I can't get it to install. This seems like it should be simple, but I can't figure out what I am missing. Have done a lot of searching for similar problems and the answers I fou