From a5b48769b2bac59ed60f8f022d5caf5ca420611c Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Mon, 24 Feb 2025 14:08:58 +0100 Subject: [PATCH] recommit for updates in build 34 --- doc/puppet_classes/cd_alloy_3A_3Aparams.html | 26 +++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/doc/puppet_classes/cd_alloy_3A_3Aparams.html b/doc/puppet_classes/cd_alloy_3A_3Aparams.html index e9b6ae9..72b0141 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Aparams.html +++ b/doc/puppet_classes/cd_alloy_3A_3Aparams.html @@ -198,6 +198,22 @@ +
  • + + ay_log_targets + + + (Any) + + + (defaults to: [ + '/var/log/messages', + '/var/log/secure', + ]) + + +
  • + @@ -234,7 +250,11 @@ 33 34 35 -36 +36 +37 +38 +39 +40
    # File 'manifests/params.pp', line 11
    @@ -248,6 +268,10 @@ $pkg_ensure         = 'latest',
     $ay_loki_url        = 'https://loki.example.net/loki/api/v1/push',
     $ay_loki_username   = '',
     $ay_loki_userpass   = '',
    +$ay_log_targets     = [
    +                      '/var/log/messages',
    +                      '/var/log/secure',
    +                      ],
     
     ) {