11 lines
352 B
ObjectPascal
11 lines
352 B
ObjectPascal
|
|
## automatic_cd::config.pp
|
||
|
|
# Module name: automatic_cd
|
||
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||
|
|
# @summary Class manages module logic for the automatic_cd module
|
||
|
|
##############################################################################
|
||
|
|
class automatic_cd::config (
|
||
|
|
|
||
|
|
) inherits automatic_cd::params {
|
||
|
|
include automatic_cd::main::install
|
||
|
|
}
|