recommit for updates in build 47

This commit is contained in:
Jenkins ConfDroid
2025-03-12 14:11:19 +01:00
parent 773f8f22dd
commit 44095fa2c3

View File

@@ -266,78 +266,6 @@
—
<div class='inline'>
<p>the logging targets</p>
</div>
</li>
<li>
<span class='name'>ay_manage_user</span>
<span class='type'>(<tt>Boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>whether to manage user settings</p>
</div>
</li>
<li>
<span class='name'>ay_user</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;alloy&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the alloy user name</p>
</div>
</li>
<li>
<span class='name'>ay_groups</span>
<span class='type'>(<tt>Array</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;systemd-journal&#39;,&#39;adm&#39;]</tt>)</em>
&mdash;
<div class='inline'>
<p>which groups the user should be in</p>
</div>
</li>
<li>
<span class='name'>ay_user_shell</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/sbin/nologin&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>which shell to use</p>
</div>
</li>
@@ -353,6 +281,10 @@
<pre class="lines">
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</pre>
43</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 19</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 15</span>
class alloy_cd::params (
@@ -408,12 +330,6 @@ class alloy_cd::params (
Boolean $ay_manage_prom = true,
String $ay_prom_url = &#39;https://prometheus.example.net/api/v1/write&#39;,
# user
Boolean $ay_manage_user = true,
String $ay_user = &#39;alloy&#39;,
Array $ay_groups = [&#39;systemd-journal&#39;,&#39;adm&#39;],
String $ay_user_shell = &#39;/sbin/nologin&#39;,
) {
# service
$ay_service = &#39;alloy&#39;