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