OP#189 add the services
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user