recommit for updates in build 25

This commit is contained in:
Jenkins ConfDroid
2025-02-24 12:22:59 +01:00
parent 057bae64b6
commit 0da4a2b243
3 changed files with 8 additions and 11 deletions

View File

@@ -118,8 +118,7 @@
20
21
22
23
24</pre>
23</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
@@ -133,7 +132,6 @@ class cd_alloy::main::dirs (
# main config dir
file { $ay_main_dir:
ensure =&gt; directory,
path =&gt; $ay_main_dir,
owner =&gt; &#39;root&#39;,
group =&gt; &#39;root&#39;,
mode =&gt; &#39;0770&#39;,

View File

@@ -110,8 +110,7 @@
12
13
14
15
16</pre>
15</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
@@ -125,7 +124,6 @@ class cd_alloy::main::install (
package { $repackages:
ensure =&gt; $pkg_ensure,
}
}</pre>
</td>
</tr>

View File

@@ -83,7 +83,8 @@
<div class="docstring">
<div class="discussion">
<p>Module name: cd_alloy Author: Arne Teuke (arne_teuke@confdroid.com)</p>
<p>cd_alloy::main::service.pp Module name: cd_alloy Author: Arne Teuke
(arne_teuke@confdroid.com)</p>
</div>
</div>
@@ -100,16 +101,16 @@
<pre class="lines">
5
6
7
8
9
10
11</pre>
11
12</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 5</span>
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 6</span>
class cd_alloy::main::service (