OP#575 set default for custom config to absent

This commit is contained in:
2026-04-14 12:33:48 +02:00
parent cfe921b42f
commit 5e3db16d2c

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 = 'file',
String $ssh_custom_ensure = 'absent',
Boolean $ssh_manage_config = true,
String $ssh_address_family = 'any',
String $ssh_listen_address = '0.0.0.0',