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