Project

General

Profile

« Previous | Next » 

Revision ebf00af4

Added by Ivan Necas almost 12 years ago

Parametrize params so that they can be overwritten

Following the pattern from puppet-puppet and puppet-foreman.

View differences:

manifests/install.pp
class foreman_proxy::install {
class { '::foreman::install::repos': use_testing => $foreman_proxy::params::use_testing }
class { '::foreman::install::repos': use_testing => $foreman_proxy::use_testing }
package {'foreman-proxy':
ensure => present,

Also available in: Unified diff