From 5e3db16d2cd12461aabfa360b269334cb675ff66 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Tue, 14 Apr 2026 12:33:48 +0200 Subject: [PATCH 1/2] OP#575 set default for custom config to absent --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index fa28b2d..e6fc5aa 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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', From e0dcf663ae65a820b1979dce9fcb07c5e39855ed Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Tue, 14 Apr 2026 12:34:57 +0200 Subject: [PATCH 2/2] Recommit for updates in build 30 --- doc/puppet_classes/confdroid_ssh_3A_3Aparams.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/puppet_classes/confdroid_ssh_3A_3Aparams.html b/doc/puppet_classes/confdroid_ssh_3A_3Aparams.html index 9c3ea31..083dcf6 100644 --- a/doc/puppet_classes/confdroid_ssh_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_ssh_3A_3Aparams.html @@ -1198,7 +1198,7 @@ (String) - (defaults to: 'file') + (defaults to: 'absent') — @@ -1324,7 +1324,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',