From b3972648a6eeb48689523043d06cf4130abd4c7d Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 23 Feb 2025 17:03:21 +0100 Subject: [PATCH] renamed classes properly --- manifests/main/config.pp | 5 ++--- manifests/main/yumrepo.pp | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 084ce83..af97065 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -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 } diff --git a/manifests/main/yumrepo.pp b/manifests/main/yumrepo.pp index 82a363b..93133d0 100644 --- a/manifests/main/yumrepo.pp +++ b/manifests/main/yumrepo.pp @@ -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 {