Puppet Class: puppet_cd::params
- Inherited by:
-
puppet_cd::main::config
- Defined in:
- manifests/params.pp
Summary
Class manages parameters for the puppet_cd module.Overview
puppet_cd::params.pp Module name: puppet_cd Author: Arne Teuke (arne_teuke@confdroid)
6 7 8 9 10 11 12 13 14 15 16 |
# File 'manifests/params.pp', line 6
class puppet_cd::params (
$pt_manage_fw = true,
$pt_puppetmaster = undef,
) {
# includes must be last
include puppet_cd::main::config
}
|