projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6331925
)
Ensure mirror-health is restarted after the daemon-reload
author
Tollef Fog Heen
<tfheen@err.no>
Sun, 8 Oct 2017 05:34:43 +0000
(07:34 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sun, 8 Oct 2017 05:34:43 +0000
(07:34 +0200)
modules/roles/manifests/mirror_health.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/mirror_health.pp
b/modules/roles/manifests/mirror_health.pp
index
2a0413b
..
e390833
100644
(file)
--- a/
modules/roles/manifests/mirror_health.pp
+++ b/
modules/roles/manifests/mirror_health.pp
@@
-32,6
+32,7
@@
define roles::mirror_health (
}
service { "mirror-health-${check_service}":
- ensure => running,
+ require => Exec['systemctl daemon-reload'],
+ ensure => running,
}
}