Files
confdroid_php/manifests/main/config.pp
2025-04-24 18:41:04 +02:00

11 lines
310 B
Puppet

## 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 {
include php_cd::main::install
}