OP#561 add notification

This commit is contained in:
2026-04-05 15:52:15 +02:00
parent c9bf4a8b5a
commit cb50502233
4 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ class confdroid_ssh::main::files (
seltype => etc_t,
seluser => system_u,
content => template($sshd_config_erb),
notify => Service[$sshd_service],
}
if $ssh_manage_config {
@@ -32,6 +33,7 @@ class confdroid_ssh::main::files (
seltype => etc_t,
seluser => system_u,
content => template($sshd_custom_erb),
notify => Service[$sshd_service],
}
}
}