Edit files.pp

This commit is contained in:
2026-04-13 17:28:14 +02:00
parent fcd97dc6d4
commit c7e9800b5b

View File

@@ -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,