From 352a518dacedcc8064e4ba90617027205b712871 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Mon, 24 Feb 2025 12:03:26 +0100 Subject: [PATCH] recommit for updates in build 21 --- .../cd_alloy_3A_3Amain_3A_3Aconfig.html | 2 +- .../cd_alloy_3A_3Amain_3A_3Ainstall.html | 2 +- doc/puppet_classes/cd_alloy_3A_3Aparams.html | 33 ++++++++++++++++--- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html index 644a3b6..a7468ed 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html @@ -115,7 +115,7 @@ class cd_alloy::main::config ( ) inherits cd_alloy::params { - include cd_alloy::main::install + include cd_alloy::main::service } 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 3b9b35e..064c767 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html @@ -121,7 +121,7 @@ class cd_alloy::main::install ( require cd_alloy::main::yumrepo - package {$reqpackages: + package {$repackages: ensure => $pkg_ensure, } diff --git a/doc/puppet_classes/cd_alloy_3A_3Aparams.html b/doc/puppet_classes/cd_alloy_3A_3Aparams.html index eb35555..79e72c3 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Aparams.html +++ b/doc/puppet_classes/cd_alloy_3A_3Aparams.html @@ -104,14 +104,12 @@
  • - reqpackages + repackages (string) - (defaults to: 'alloy') - —
    @@ -138,6 +136,19 @@
  • +
  • + + reqpackages + + + (Any) + + + (defaults to: 'alloy') + + +
  • + @@ -159,7 +170,14 @@ 15 16 17 -18 +18 +19 +20 +21 +22 +23 +24 +25
    # File 'manifests/params.pp', line 8
    @@ -171,6 +189,13 @@ $pkg_ensure     = 'latest',
     
     ) {
     
    +# service
    +$ay_service     = 'alloy'
    +
    +# dirs
    +$ay_main_dir    = '/etc/alloy'
    +
    +
       # includes must be last
       include cd_alloy::main::config