10 lines
278 B
Puppet
10 lines
278 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 {
|
|
}
|