Project

General

Profile

Download (202 Bytes) Statistics
| Branch: | Tag: | Revision:
class foreman::install {
include foreman::install::repos

package{"foreman":
ensure => latest,
require => Class["foreman::install::repos"],
notify => Class["foreman::service"],
}

}
(3-3/5)