Recommit for updates in build 13

This commit is contained in:
Jenkins Server
2026-04-09 14:33:23 +02:00
parent d0fec8401b
commit 8353748191

View File

@@ -113,9 +113,7 @@
15
16
17
18
19
20</pre>
18</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 6</span>
@@ -124,9 +122,7 @@ class confdroid_ssh::main::service (
) inherits confdroid_ssh::params {
require confdroid_ssh::main::files
require confdroid_ssh::selinux::semanage
if $ssh_use_firewall {
require confdroid_ssh::firewall::iptables
}
service { $sshd_service:
ensure =&gt; running,