Edit files.pp

This commit is contained in:
2026-04-14 11:39:14 +02:00
parent c7e9800b5b
commit ca0ec2bb84

View File

@@ -23,7 +23,7 @@ class confdroid_ssh::main::files (
if $ssh_manage_config { if $ssh_manage_config {
file { $sshd_custom_conf: file { $sshd_custom_conf:
ensure => absent, ensure => file,
path => $sshd_custom_conf, path => $sshd_custom_conf,
owner => $sshd_user, owner => $sshd_user,
group => $sshd_user, group => $sshd_user,