Project

General

Profile

« Previous | Next » 

Revision 152f7d0e

Added by Stephen Benjamin over 9 years ago

fixes #8352 - fix possible duplicate definition of wget packages

View differences:

manifests/install.pp
# Candlepin installation packages
class candlepin::install {
package { ['candlepin', "candlepin-${candlepin::tomcat}", 'wget']:
package { ['candlepin', "candlepin-${candlepin::tomcat}"]:
ensure => $candlepin::version
}
ensure_packages(['wget'])
}

Also available in: Unified diff