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 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?
Try to remove doublequotes around present, and try to add provide =>
'rpm' to resource.
Also, don't forget to include utilities in your node's manifest.
--
Jakov Sosic
www.srce.unizg.hr
--
You received this message because you are subscribed to the Google Groups "Puppet
Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.