OP#577 update Readme

This commit is contained in:
2026-04-14 12:46:57 +02:00
parent 5e3db16d2c
commit 12ca98ceca
2 changed files with 4 additions and 9 deletions

View File

@@ -35,12 +35,5 @@ class confdroid_ssh::main::files (
content => template($sshd_custom_erb),
notify => Service[$sshd_service],
}
# we want the default root login setting to be managed by the custom conf,
# so we remove the default file if it exists
file { $sshd_root_login_file:
ensure => absent,
path => $sshd_root_login_file,
notify => Service[$sshd_service],
}
}
}