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,
}
-
}
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)
-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 (