add config
This commit is contained in:
16
manifests/params.pp
Normal file
16
manifests/params.pp
Normal file
@@ -0,0 +1,16 @@
|
||||
## puppet_cd::params.pp
|
||||
# Module name: puppet_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid)
|
||||
# @summary Class manages parameters for the puppet_cd module.
|
||||
###############################################################################
|
||||
class puppet_cd::params (
|
||||
|
||||
$pt_manage_fw = true,
|
||||
$pt_puppetmaster = undef,
|
||||
|
||||
) {
|
||||
|
||||
# includes must be last
|
||||
include puppet_cd::main::config
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user