3
0

add config

This commit is contained in:
Arne Teuke
2025-02-25 18:09:01 +01:00
parent c58c7b0549
commit 90949f76e7
2 changed files with 14 additions and 0 deletions

10
maifests/main/config.pp Normal file
View 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 {
}

View File

@@ -5,7 +5,11 @@
###############################################################################
class puppet_cd::params (
$pt_manage_fw = true,
$pt_puppetmaster = undef,
) {
include puppet_cd::main::config
}