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] 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',