From ca0ec2bb84b9814c644a35feeef415a41344af5b Mon Sep 17 00:00:00 2001 From: Arne Teuke <12ww1160@confdroid.com> Date: Tue, 14 Apr 2026 11:39:14 +0200 Subject: [PATCH] Edit files.pp --- manifests/main/files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 2c71e6b..118cf09 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -23,7 +23,7 @@ class confdroid_ssh::main::files ( if $ssh_manage_config { file { $sshd_custom_conf: - ensure => absent, + ensure => file, path => $sshd_custom_conf, owner => $sshd_user, group => $sshd_user,