fix class names

This commit is contained in:
Arne Teuke
2025-03-02 13:49:35 +01:00
parent c3b62f8b91
commit 5a480f2248
9 changed files with 47 additions and 47 deletions

View File

@@ -1,12 +1,12 @@
## cd_alloy::main::install.pp
# Module name: cd_alloy
## alloy_cd::main::install.pp
# Module name: alloy_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class installs packages for the cd_alloy module
# @summary Class installs packages for the alloy_cd module
###############################################################################
class cd_alloy::main::install (
class alloy_cd::main::install (
) inherits cd_alloy::params {
require cd_alloy::main::yumrepo
) inherits alloy_cd::params {
require alloy_cd::main::yumrepo
package { $reqpackages:
ensure => $pkg_ensure,