fix entrypoint service

Change-Id: I7cc7f603d76edfc61b653b7688214b5d0ce2046b
This commit is contained in:
Alena Holanova 2016-06-23 17:10:30 +02:00
parent 81cb524fc0
commit 18a4cb1857
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ mv /tmp/horizon-server.sls /srv/salt/pillar/horizon-server.sls
salt-call --local --retcode-passthrough state.highstate
{% for service in server.services %}
{% for service in server.service %}
service {{ service }} stop || true
{% endfor %}
@ -21,4 +21,4 @@ su horizon --shell=/bin/sh -c 'apachectl -DFOREGROUND'
{#-
vim: syntax=jinja
-#}
-#}