9 lines
287 B
ObjectPascal
9 lines
287 B
ObjectPascal
|
|
## automatic_cd::init.pp
|
||
|
|
# Module name: automatic_cd
|
||
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||
|
|
# @summary Class initializes the automatic_cd module
|
||
|
|
##############################################################################
|
||
|
|
class automatic_cd {
|
||
|
|
include automatic_cd::params
|
||
|
|
}
|