From 51d857dfb2f64dfa65b9784b8821e8b94f284d3a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 24 Feb 2025 12:15:52 +0100 Subject: [PATCH] add correct tag --- manifests/main/config.pp | 1 + manifests/main/dirs.pp | 1 + manifests/main/files.pp | 1 + manifests/main/install.pp | 1 + manifests/main/yumrepo.pp | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index e435b10..fa64667 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -1,3 +1,4 @@ +#### cd_alloy::main::config.pp # Module name: cd_alloy # Author: Arne Teuke (arne_teuke@confdroid.com) # @summary Class manages module logic for the cd_alloy module diff --git a/manifests/main/dirs.pp b/manifests/main/dirs.pp index b7641ec..3046f6b 100644 --- a/manifests/main/dirs.pp +++ b/manifests/main/dirs.pp @@ -1,3 +1,4 @@ +## cd_alloy::main::dirs.pp # Module name: cd_alloy # Author: Arne Teuke (arne_teuke@confdroid.com) # @summary Class manages required directories for the cd_alloy module diff --git a/manifests/main/files.pp b/manifests/main/files.pp index fafa499..0e74a2d 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -1,3 +1,4 @@ +## cd_alloy::main::files.pp # Module name: cd_alloy # Author: Arne Teuke (arne_teuke@confdroid.com) # @summary Class manages required config files for the cd_alloy module diff --git a/manifests/main/install.pp b/manifests/main/install.pp index d20a365..613a077 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -1,3 +1,4 @@ +## cd_alloy::main::install.pp # Module name: cd_alloy # Author: Arne Teuke (arne_teuke@confdroid.com) # @summary Class manages module logic for the cd_alloy module diff --git a/manifests/main/yumrepo.pp b/manifests/main/yumrepo.pp index 93133d0..dad848e 100644 --- a/manifests/main/yumrepo.pp +++ b/manifests/main/yumrepo.pp @@ -1,4 +1,4 @@ -## cd_alloy::yumrepo.pp +## cd_alloy::main::yumrepo.pp # Module name: cd_alloy # Author: Arne Teuke (arne_teuke@confdroid.com) # @summary class install yum repos for the cd_alloy module