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,11 +1,11 @@
## php_cd::main::install.pp
# Module name: php_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
## confdroid_php::main::install.pp
# Module name: confdroid_php
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages installation aspects
##############################################################################
class php_cd::main::install (
class confdroid_php::main::install (
) inherits php_cd::params {
) inherits confdroid_php::params {
package { $reqpackages:
ensure => $pkg_ensure,
}