add bases classes

This commit is contained in:
Arne Teuke
2025-04-24 18:30:22 +02:00
parent 56c38ed611
commit 536c2263e8
3 changed files with 35 additions and 0 deletions

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

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