Compare commits

..

1 Commits

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

See merge request puppet/confdroid_ssh!29
2026-04-14 12:35:01 +02:00
2 changed files with 3 additions and 3 deletions

View File

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