From 0da4a2b243327a0497e1a2f4a2114d3edbf5bdf8 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Mon, 24 Feb 2025 12:22:59 +0100 Subject: [PATCH] recommit for updates in build 25 --- doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html | 4 +--- doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html | 6 ++---- doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html | 9 +++++---- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html index 2a27873..71fe57d 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html @@ -118,8 +118,7 @@ 20 21 22 -23 -24 +23
# File 'manifests/main/dirs.pp', line 6
@@ -133,7 +132,6 @@ class cd_alloy::main::dirs (
   # main config dir
   file { $ay_main_dir:
     ensure    =>  directory,
-    path      =>  $ay_main_dir,
     owner     =>  'root',
     group     =>  'root',
     mode      =>  '0770',
diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html
index 255c908..430faa4 100644
--- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html
+++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html
@@ -110,8 +110,7 @@
 12
 13
 14
-15
-16
+15
# File 'manifests/main/install.pp', line 6
@@ -122,10 +121,9 @@ class cd_alloy::main::install (
 
   require cd_alloy::main::yumrepo
 
-  package {$repackages:
+  package { $repackages:
     ensure => $pkg_ensure,
   }
-
 }
diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html index 011d1cf..d9fdf7c 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html @@ -83,7 +83,8 @@
-

Module name: cd_alloy Author: Arne Teuke (arne_teuke@confdroid.com)

+

cd_alloy::main::service.pp Module name: cd_alloy Author: Arne Teuke +(arne_teuke@confdroid.com)

@@ -100,16 +101,16 @@
 
 
-5
 6
 7
 8
 9
 10
-11
+11 +12 -
# File 'manifests/main/service.pp', line 5
+        
# File 'manifests/main/service.pp', line 6
 
 class cd_alloy::main::service (