diff --git a/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Ayumrepo.html b/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Ayumrepo.html index 38016c0..7ba8e32 100644 --- a/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Ayumrepo.html +++ b/doc/puppet_classes/alloy_cd_3A_3Amain_3A_3Ayumrepo.html @@ -115,8 +115,7 @@ 17 18 19 -20 -21 +20
# File 'manifests/main/yumrepo.pp', line 6
@@ -124,7 +123,6 @@
 class alloy_cd::main::yumrepo (
 
 ) inherits alloy_cd::params {
-
   # test
   yumrepo { 'grafana':
     ensure   => 'present',
diff --git a/doc/puppet_classes/alloy_cd_3A_3Aparams.html b/doc/puppet_classes/alloy_cd_3A_3Aparams.html
index 27ab653..2b0919b 100644
--- a/doc/puppet_classes/alloy_cd_3A_3Aparams.html
+++ b/doc/puppet_classes/alloy_cd_3A_3Aparams.html
@@ -234,6 +234,24 @@
       
     
   
+    
  • + + ay_manage_ne + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    whether to manage metric forwarding for the node exporter (external)

    +
    + +
  • +
  • ay_prom_url @@ -281,8 +299,6 @@
     
     
    -15
    -16
     17
     18
     19
    @@ -309,10 +325,15 @@
     40
     41
     42
    -43
    +43 +44 +45 +46 +47 +48
  • -
    # File 'manifests/params.pp', line 15
    +        
    # File 'manifests/params.pp', line 17
     
     class alloy_cd::params (
     
    @@ -330,6 +351,9 @@ class alloy_cd::params (
       Boolean $ay_manage_prom     = true,
       String $ay_prom_url         = 'https://prometheus.example.net/api/v1/write',
     
    +# node exporter (external)
    +  Boolean $ay_manage_ne       = false,
    +
     ) {
       # service
       $ay_service         = 'alloy'