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 explanation.
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 verification item to
note, I have added a custom fact to the "utilities" module and it correctly
being picked up by the test node.
I have added the following to init.pp
class utilities {
package { "iftop":
ensure => "present",
source =>
'http://yum.repo.internal/misc/iftop-0.17-1.el5.rf.x86_64.rpm'
}
}
When I run puppetd --test --debug I see no output regarding iftop in the
debug output. Any troubleshooting tips or suggestions as to what I am
missing?
Thanks,
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/H7qGkRPqwyoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.