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

10
manifests/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 {
}