From 44095fa2c30f24d643a85add6abb229f4acaaf81 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 12 Mar 2025 14:11:19 +0100 Subject: [PATCH] recommit for updates in build 47 --- doc/puppet_classes/alloy_cd_3A_3Aparams.html | 96 ++------------------ 1 file changed, 6 insertions(+), 90 deletions(-) diff --git a/doc/puppet_classes/alloy_cd_3A_3Aparams.html b/doc/puppet_classes/alloy_cd_3A_3Aparams.html index 4514fe9..173f5a2 100644 --- a/doc/puppet_classes/alloy_cd_3A_3Aparams.html +++ b/doc/puppet_classes/alloy_cd_3A_3Aparams.html @@ -266,78 +266,6 @@ —

the logging targets

-
- - - -
  • - - ay_manage_user - - - (Boolean) - - - (defaults to: true) - - - — -
    -

    whether to manage user settings

    -
    - -
  • - -
  • - - ay_user - - - (String) - - - (defaults to: 'alloy') - - - — -
    -

    the alloy user name

    -
    - -
  • - -
  • - - ay_groups - - - (Array) - - - (defaults to: ['systemd-journal','adm']) - - - — -
    -

    which groups the user should be in

    -
    - -
  • - -
  • - - ay_user_shell - - - (String) - - - (defaults to: '/sbin/nologin') - - - — -
    -

    which shell to use

  • @@ -353,6 +281,10 @@
     
     
    +15
    +16
    +17
    +18
     19
     20
     21
    @@ -377,20 +309,10 @@
     40
     41
     42
    -43
    -44
    -45
    -46
    -47
    -48
    -49
    -50
    -51
    -52
    -53
    +43 -
    # File 'manifests/params.pp', line 19
    +        
    # File 'manifests/params.pp', line 15
     
     class alloy_cd::params (
     
    @@ -408,12 +330,6 @@ class alloy_cd::params (
       Boolean $ay_manage_prom     = true,
       String $ay_prom_url         = 'https://prometheus.example.net/api/v1/write',
     
    -# user
    -  Boolean $ay_manage_user     = true,
    -  String $ay_user             = 'alloy',
    -  Array $ay_groups            = ['systemd-journal','adm'],
    -  String $ay_user_shell       = '/sbin/nologin',
    -
     ) {
       # service
       $ay_service         = 'alloy'