[Puppet Users] Install RPM package via puppet

2012-11-01 Thread Sixthmoon
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 found seem to be vague in the details and

[Puppet Users] Re: Install RPM package via puppet

2012-11-01 Thread Sixthmoon
Gavin, Yes, I can do a manual yum install. There are no dependencies. The rpm installs the single binary. Thanks, Mike On Thursday, November 1, 2012 1:34:58 PM UTC-7, Gavin Williams wrote: > > If you've added it to the relevant yum repo, does it show up when trying > to install using yum dir

Re: [Puppet Users] Install RPM package via puppet

2012-11-01 Thread Sixthmoon
ensure => "present", require => [File[ "/etc/yum.repos.d" ], Exec[ "/usr/bin/yum makecache" ]], } } On Thursday, November 1, 2012 2:12:30 PM UTC-7, Tim Mooney wrote: > > In regard to: [Puppet Users] Install RPM package vi

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