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
-whether to manage user settings
-the alloy user name
-which groups the user should be in
-which shell to use
+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'