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:
b778bf4
)
Make sure to start the mirror-health service
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 30 Sep 2017 20:16:07 +0000
(22:16 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 30 Sep 2017 20:16:07 +0000
(22:16 +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
1290967
..
a00f0a4
100644
(file)
--- a/
modules/roles/manifests/mirror_health.pp
+++ b/
modules/roles/manifests/mirror_health.pp
@@
-29,4
+29,8
@@
define roles::mirror_health (
target => "../mirror-health-${check_service}.service",
notify => Exec['systemctl daemon-reload'],
}
+
+ service { "mirror-health-${check_service}":
+ ensure => running,
+ }
}