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