Recommit for updates in build 9

This commit is contained in:
2026-02-04 11:09:35 +01:00
parent affc996cd9
commit 74bb64edb2

View File

@@ -105,7 +105,16 @@
7
8
9
10</pre>
10
11
12
13
14
15
16
17
18
19</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
@@ -113,7 +122,16 @@
class confdroid_gitea::main::dirs (
) inherits confdroid_gitea::params {
require confdroid_gitea::main::user
if $ga_host_fqdn == $fqdn {
require confdroid_gitea::main::user
file { $ga_working_dir:
ensure =&gt; &#39;directory&#39;,
mode =&gt; &#39;0755&#39;,
owner =&gt; $ga_user,
group =&gt; $ga_user,
recurse =&gt; true,
}
}
}</pre>
</td>
</tr>