Recommit for updates in build 31

This commit is contained in:
Jenkins Server
2026-04-14 12:48:14 +02:00
parent eba68be525
commit 72810343ec
3 changed files with 9 additions and 19 deletions

View File

@@ -134,14 +134,7 @@
36
37
38
39
40
41
42
43
44
45
46</pre>
39</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -178,13 +171,6 @@ class confdroid_ssh::main::files (
content =&gt; template($sshd_custom_erb),
notify =&gt; Service[$sshd_service],
}
# we want the default root login setting to be managed by the custom conf,
# so we remove the default file if it exists
file { $sshd_root_login_file:
ensure =&gt; absent,
path =&gt; $sshd_root_login_file,
notify =&gt; Service[$sshd_service],
}
}
}</pre>
</td>