OP#647 initial commit after fork
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#### alloy_cd::main::config.pp
|
||||
# Module name: alloy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages module logic for the alloy_cd module
|
||||
#### confdroid_alloy::main::config.pp
|
||||
# Module name: confdroid_alloy
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages module logic for the confdroid_alloy module
|
||||
###############################################################################
|
||||
class alloy_cd::main::config (
|
||||
class confdroid_alloy::main::config (
|
||||
|
||||
) inherits alloy_cd::params {
|
||||
include alloy_cd::main::service
|
||||
) inherits confdroid_alloy::params {
|
||||
include confdroid_alloy::main::service
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user