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:
ab58c92
)
Correct variable name in systemd unit
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 30 Sep 2017 19:53:41 +0000
(21:53 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 30 Sep 2017 19:53:41 +0000
(21:53 +0200)
modules/roles/templates/mirror-health.service.erb
patch
|
blob
|
history
diff --git
a/modules/roles/templates/mirror-health.service.erb
b/modules/roles/templates/mirror-health.service.erb
index
badcd33
..
918722f
100644
(file)
--- a/
modules/roles/templates/mirror-health.service.erb
+++ b/
modules/roles/templates/mirror-health.service.erb
@@
-4,11
+4,11
@@
##
[Unit]
-Description=Mirror health checking <%= @
health
check_service %>
+Description=Mirror health checking <%= @check_service %>
[Service]
ExecStart=/usr/local/sbin/mirror-health
-RuntimeDirectory=dsa-mirror-health-<%= @
health
check_service %>
+RuntimeDirectory=dsa-mirror-health-<%= @check_service %>
ProtectSystem=full
ProtectHome=read-only
PrivateTmp=true