Puppet Class: php_cd::main::config
- Inherits:
- php_cd::params
- Defined in:
- manifests/main/config.pp
Summary
Class manages the module logicOverview
php_cd::main::config.pp Module name: php_cd Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 |
# File 'manifests/main/config.pp', line 6
class php_cd::main::config (
) inherits php_cd::params {
include php_cd::main::files
}
|