OP#436 add service exec

This commit is contained in:
2026-02-14 20:41:12 +01:00
parent 7ec19e29a7
commit c62ff78711

View File

@@ -20,7 +20,7 @@ class confdroid_nagios::server::service (
enable => true, enable => true,
hasrestart => true, hasrestart => true,
hasstatus => true, hasstatus => true,
requires => Exec['restart_httpd'], require => Exec['restart_httpd'],
} }
} }
} }