Files
confdroid_apache/manifests/main/config.pp

12 lines
377 B
ObjectPascal
Raw Normal View History

2017-06-19 13:34:42 +01:00
## cd_apache::main::config.pp
# Module name: cd_apache
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary configure the module classes to be used.
2017-06-19 13:34:42 +01:00
##############################################################################
class cd_apache::main::config (
) inherits cd_apache::params {
include cd_apache::server::service
2018-04-20 10:06:12 +02:00
include cd_apache::monitoring::target
2017-06-19 13:34:42 +01:00
}