Compare commits

..

5 Commits

Author SHA1 Message Date
Jenkins
39d7e1790d Merge branch 'jenkins-build-30' into 'master'
Auto-merge for build 30

See merge request puppet/confdroid_ssh!30
2026-04-14 12:48:19 +02:00
Jenkins Server
e0dcf663ae Recommit for updates in build 30 2026-04-14 12:34:57 +02:00
Jenkins Server
35e8ce37da Merge remote-tracking branch 'origin/master' into jenkins-build-30 2026-04-14 12:34:04 +02:00
5e3db16d2c OP#575 set default for custom config to absent 2026-04-14 12:33:48 +02:00
Jenkins
2967e65743 Merge branch 'jenkins-build-29' into 'master'
Auto-merge for build 29

See merge request puppet/confdroid_ssh!29
2026-04-14 10:29:03 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1198,7 +1198,7 @@
<span class='type'>(<tt>String</tt>)</span> <span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;file&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;absent&#39;</tt>)</em>
&mdash; &mdash;
@@ -1324,7 +1324,7 @@ class confdroid_ssh::params (
String $ssh_source_range = &#39;0.0.0.0/0&#39;, String $ssh_source_range = &#39;0.0.0.0/0&#39;,
# sshd configuration # sshd configuration
String $ssh_custom_ensure = &#39;file&#39;, String $ssh_custom_ensure = &#39;absent&#39;,
Boolean $ssh_manage_config = true, Boolean $ssh_manage_config = true,
String $ssh_address_family = &#39;any&#39;, String $ssh_address_family = &#39;any&#39;,
String $ssh_listen_address = &#39;0.0.0.0&#39;, String $ssh_listen_address = &#39;0.0.0.0&#39;,

View File

@@ -211,7 +211,7 @@ class confdroid_ssh::params (
String $ssh_source_range = '0.0.0.0/0', String $ssh_source_range = '0.0.0.0/0',
# sshd configuration # sshd configuration
String $ssh_custom_ensure = 'file', String $ssh_custom_ensure = 'absent',
Boolean $ssh_manage_config = true, Boolean $ssh_manage_config = true,
String $ssh_address_family = 'any', String $ssh_address_family = 'any',
String $ssh_listen_address = '0.0.0.0', String $ssh_listen_address = '0.0.0.0',