initial commit

This commit is contained in:
Arne Teuke
2025-06-02 16:25:06 +02:00
parent aa1d3324b2
commit a900ffa99f
5 changed files with 344 additions and 74 deletions

8
manifests/init.pp Normal file
View File

@@ -0,0 +1,8 @@
## automatic_cd::init.pp
# Module name: automatic_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the automatic_cd module
##############################################################################
class automatic_cd {
include automatic_cd::params
}

10
manifests/params.pp Normal file
View File

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