renamed classes properly

This commit is contained in:
Arne Teuke
2025-02-23 17:03:21 +01:00
parent 7268434874
commit b3972648a6
2 changed files with 3 additions and 4 deletions

View File

@@ -1,12 +1,11 @@
## cd_alloy::config.pp
# Module name: cd_alloy # Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com) # Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages module logic for the cd_alloy module # @summary Class manages module logic for the cd_alloy module
############################################################################### ###############################################################################
class cd_alloy::config ( class cd_alloy::main::config (
) inherits cd_alloy::params { ) inherits cd_alloy::params {
include cd_alloy::yumrepo include cd_alloy::main::yumrepo
} }

View File

@@ -3,7 +3,7 @@
# Author: Arne Teuke (arne_teuke@confdroid.com) # Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary class install yum repos for the cd_alloy module # @summary class install yum repos for the cd_alloy module
############################################################################## ##############################################################################
class cd_alloy::yumrepo ( class cd_alloy::main::yumrepo (
) inherits cd_alloy::params { ) inherits cd_alloy::params {