3
0

add config

This commit is contained in:
Arne Teuke
2025-02-25 18:19:02 +01:00
parent 14d1ff386c
commit f014b46ae4
3 changed files with 0 additions and 0 deletions

16
manifests/params.pp Normal file
View 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
}