OP#419 initial commit after changes

This commit is contained in:
2026-02-07 13:34:25 +01:00
parent 7d84294e7d
commit adbced0d81
9 changed files with 95 additions and 48 deletions

View File

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