add installation section

This commit is contained in:
Arne Teuke
2025-06-02 16:41:08 +02:00
parent ceae52c179
commit 6211588b6d
3 changed files with 29 additions and 1 deletions

10
manifests/main/config.pp Normal file
View File

@@ -0,0 +1,10 @@
## automatic_cd::config.pp
# Module name: automatic_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages module logic for the automatic_cd module
##############################################################################
class automatic_cd::config (
) inherits automatic_cd::params {
include automatic_cd::main::install
}