OP#575 add option to set custom config absent or file

This commit is contained in:
2026-04-14 12:27:40 +02:00
parent 45815fd385
commit cfe921b42f
2 changed files with 4 additions and 1 deletions

View File

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