Compare commits

..

6 Commits

Author SHA1 Message Date
Jenkins
dd82a787f7 Merge branch 'jenkins-build-13' into 'master'
Auto-merge for build 13

See merge request puppet/confdroid_ssh!13
2026-04-09 14:57:56 +02:00
Jenkins Server
8353748191 Recommit for updates in build 13 2026-04-09 14:33:23 +02:00
Jenkins Server
d0fec8401b Merge remote-tracking branch 'origin/master' into jenkins-build-13 2026-04-09 14:32:26 +02:00
5481c36198 OP#561 fix fw setting 2026-04-09 14:32:06 +02:00
7049093171 OP#561 fix fw setting 2026-04-09 14:25:58 +02:00
Jenkins
1923be5664 Merge branch 'jenkins-build-11' into 'master'
Auto-merge for build 11

See merge request puppet/confdroid_ssh!11
2026-04-09 12:20:21 +00:00
2 changed files with 3 additions and 9 deletions

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
}
require confdroid_ssh::firewall::iptables
service { $sshd_service:
ensure =&gt; running,

View File

@@ -7,9 +7,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
}
require confdroid_ssh::firewall::iptables
service { $sshd_service:
ensure => running,