Compare commits
1 Commits
39d7e1790d
...
b3ea1c3aa1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3ea1c3aa1 |
@@ -1198,7 +1198,7 @@
|
|||||||
<span class='type'>(<tt>String</tt>)</span>
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>'absent'</tt>)</em>
|
<em class="default">(defaults to: <tt>'file'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -1324,7 +1324,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 = 'absent',
|
String $ssh_custom_ensure = 'file',
|
||||||
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',
|
||||||
|
|||||||
@@ -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 = 'absent',
|
String $ssh_custom_ensure = 'file',
|
||||||
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user