From c7e9800b5bb14d1534453a0129016cca17c6461f Mon Sep 17 00:00:00 2001 From: Arne Teuke <12ww1160@confdroid.com> Date: Mon, 13 Apr 2026 17:28: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 118cf09..2c71e6b 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 => file, + ensure => absent, path => $sshd_custom_conf, owner => $sshd_user, group => $sshd_user,