Recommit for updates in build 11

This commit is contained in:
2026-02-03 01:37:25 +01:00
parent 2a954855f6
commit 01697697c8
2 changed files with 4 additions and 4 deletions

View File

@@ -292,7 +292,8 @@ httpd service.
194 194
195 195
196 196
197</pre> 197
198</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/server/dirs.pp', line 7</span> <pre class="code"><span class="info file"># File 'manifests/server/dirs.pp', line 7</span>
@@ -300,6 +301,7 @@ httpd service.
class confdroid_apache::server::dirs ( class confdroid_apache::server::dirs (
) inherits confdroid_apache::params { ) inherits confdroid_apache::params {
require confdroid_apache::server::install
if $ae_manage_dirs == true { if $ae_manage_dirs == true {
# create main dir # create main dir

View File

@@ -108,8 +108,7 @@
10 10
11 11
12 12
13 13</pre>
14</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/server/install.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/server/install.pp', line 6</span>
@@ -117,7 +116,6 @@
class confdroid_apache::server::install ( class confdroid_apache::server::install (
) inherits confdroid_apache::params { ) inherits confdroid_apache::params {
require cd_resources
package { $reqpackages: package { $reqpackages:
ensure =&gt; $pkg_ensure, ensure =&gt; $pkg_ensure,