Project

General

Profile

Download (247 Bytes) Statistics
| Branch: | Tag: | Revision:
class foreman_proxy::install {
foreman::install::repos { 'foreman_proxy':
use_testing => $foreman_proxy::use_testing,
}

package {'foreman-proxy':
ensure => present,
require => Foreman::Install::Repos['foreman_proxy'],
}
}
(3-3/9)