renamed classes properly
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
## cd_alloy::config.pp
|
||||
# Module name: cd_alloy
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages module logic for the cd_alloy module
|
||||
###############################################################################
|
||||
class cd_alloy::config (
|
||||
class cd_alloy::main::config (
|
||||
|
||||
) inherits cd_alloy::params {
|
||||
|
||||
include cd_alloy::yumrepo
|
||||
include cd_alloy::main::yumrepo
|
||||
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary class install yum repos for the cd_alloy module
|
||||
##############################################################################
|
||||
class cd_alloy::yumrepo (
|
||||
class cd_alloy::main::yumrepo (
|
||||
|
||||
) inherits cd_alloy::params {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user