add basic structure

This commit is contained in:
Arne Teuke
2025-06-02 17:03:06 +02:00
parent c8d99f045e
commit 2bc5d9a1aa
8 changed files with 154 additions and 4 deletions

View File

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