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

View File

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

View File

@@ -83,7 +83,8 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <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>
</div> </div>
@@ -100,16 +101,16 @@
<pre class="lines"> <pre class="lines">
5
6 6
7 7
8 8
9 9
10 10
11</pre> 11
12</pre>
</td> </td>
<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 ( class cd_alloy::main::service (