Recommit for updates in build 16
This commit is contained in:
@@ -119,7 +119,7 @@ class confdroid_prometheus::main::config (
|
|||||||
) inherits confdroid_prometheus::params {
|
) inherits confdroid_prometheus::params {
|
||||||
include confdroid_prometheus::main::service
|
include confdroid_prometheus::main::service
|
||||||
|
|
||||||
exec { 'systemd-daemon-reload':
|
exec { 'ps-systemd-daemon-reload':
|
||||||
command => '/bin/systemctl daemon-reload',
|
command => '/bin/systemctl daemon-reload',
|
||||||
path => ['/bin', '/usr/bin'],
|
path => ['/bin', '/usr/bin'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
|
|||||||
@@ -315,14 +315,14 @@ class confdroid_prometheus::main::files (
|
|||||||
if $ps_enable_pruning == false {
|
if $ps_enable_pruning == false {
|
||||||
file { $ps_pruning_file:
|
file { $ps_pruning_file:
|
||||||
ensure => absent,
|
ensure => absent,
|
||||||
notify => Exec['systemd-daemon-reload'],
|
notify => Exec['ps-systemd-daemon-reload'],
|
||||||
}
|
}
|
||||||
file { $ps_env_file:
|
file { $ps_env_file:
|
||||||
ensure => absent,
|
ensure => absent,
|
||||||
}
|
}
|
||||||
file { $ps_pruning_svc_file:
|
file { $ps_pruning_svc_file:
|
||||||
ensure => absent,
|
ensure => absent,
|
||||||
notify => Exec['systemd-daemon-reload'],
|
notify => Exec['ps-systemd-daemon-reload'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user