3
0

OP#189 add the services

This commit is contained in:
2025-12-04 14:16:06 +01:00
parent dcbad998f4
commit 639d4b0099
7 changed files with 91 additions and 4 deletions

View File

@@ -6,4 +6,10 @@
class prometheus_cd::main::config (
) inherits prometheus_cd::params {
include prometheus_cd::main::service
exec { 'systemd-daemon-reload':
command => '/bin/systemctl daemon-reload',
path => ['/bin', '/usr/bin'],
refreshonly => true,
}
}