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

View File

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