Compare commits

..

1 Commits

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

See merge request puppet/confdroid_ssh!11
2026-04-09 14:33:27 +02:00
2 changed files with 9 additions and 3 deletions

View File

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

View File

@@ -7,7 +7,9 @@ class confdroid_ssh::main::service (
) inherits confdroid_ssh::params { ) inherits confdroid_ssh::params {
require confdroid_ssh::main::files require confdroid_ssh::main::files
require confdroid_ssh::selinux::semanage require confdroid_ssh::selinux::semanage
require confdroid_ssh::firewall::iptables if $ssh_use_firewall {
require confdroid_ssh::firewall::iptables
}
service { $sshd_service: service { $sshd_service:
ensure => running, ensure => running,