recommit for updates in build 28

This commit is contained in:
Jenkins ConfDroid
2025-02-24 13:25:41 +01:00
parent daa2a90099
commit 50d648dfe0
8 changed files with 50 additions and 20 deletions

View File

@@ -64,7 +64,7 @@
<dl>
<dt>Inherits:</dt>
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
<dd>cd_alloy::params</dd>
</dl>

View File

@@ -64,7 +64,7 @@
<dl>
<dt>Inherits:</dt>
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
<dd>cd_alloy::params</dd>
</dl>

View File

@@ -64,7 +64,7 @@
<dl>
<dt>Inherits:</dt>
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
<dd>cd_alloy::params</dd>
</dl>
@@ -107,7 +107,22 @@
9
10
11
12</pre>
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -118,6 +133,21 @@ class cd_alloy::main::files (
require cd_alloy::main::dirs
# Ensure log_targets is always an array
$log_targets_array = Array($cd_alloy::params::ay_log_targets, true)
file { $ay_main_file:
ensure =&gt; file,
owner =&gt; &#39;root&#39;,
group =&gt; &#39;root&#39;,
mode =&gt; &#39;0644&#39;,
selrange =&gt; s0,
selrole =&gt; object_r,
seltype =&gt; etc_t,
seluser =&gt; system_u,
content =&gt; template(&#39;cd_alloy/config.alloy.erb&#39;),
}
}</pre>
</td>
</tr>

View File

@@ -64,7 +64,7 @@
<dl>
<dt>Inherits:</dt>
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
<dd>cd_alloy::params</dd>
</dl>

View File

@@ -64,7 +64,7 @@
<dl>
<dt>Inherits:</dt>
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
<dd>cd_alloy::params</dd>
</dl>
@@ -107,7 +107,13 @@
9
10
11
12</pre>
12
13
14
15
16
17
18</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 6</span>
@@ -118,6 +124,12 @@ class cd_alloy::main::service (
require cd_alloy::main::files
service { $ay_service:
ensure =&gt; running,
hasstatus =&gt; true,
hasrestart =&gt; true,
enable =&gt; true,
}
}</pre>
</td>
</tr>

View File

@@ -64,7 +64,7 @@
<dl>
<dt>Inherits:</dt>
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
<dd>cd_alloy::params</dd>
</dl>