OP#409 initial commit after fork
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## cd_apache::main::config.pp
|
||||
# Module name: cd_apache
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
## confdroid_apache::main::config.pp
|
||||
# Module name: confdroid_apache
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary configure the module classes to be used.
|
||||
##############################################################################
|
||||
class cd_apache::main::config (
|
||||
class confdroid_apache::main::config (
|
||||
|
||||
) inherits cd_apache::params {
|
||||
include cd_apache::server::service
|
||||
include cd_apache::monitoring::target
|
||||
) inherits confdroid_apache::params {
|
||||
include confdroid_apache::server::service
|
||||
include confdroid_apache::monitoring::target
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user