Project

General

Profile

Download (199 Bytes) Statistics
| Branch: | Tag: | Revision:
# Candlepin installation packages
class candlepin::install {
package { ['candlepin']:
ensure => $candlepin::version,
}

ensure_packages(['wget'], { ensure => $candlepin::wget_version, })
}
(4-4/6)