Salt: have kube-addons service depend on init file

For symmetry with systemd
pull/6/head
Justin Santa Barbara 2015-07-03 12:41:59 -04:00 committed by Tim Hockin
parent 191528b782
commit cee489d499
1 changed files with 3 additions and 2 deletions

View File

@ -158,5 +158,6 @@ kube-addons:
- watch:
{% if pillar.get('is_systemd') %}
- file: {{ pillar.get('systemd_system_path') }}/kube-addons.service
{% endif %}
{% else %}
- file: /etc/init.d/kube-addons
{% endif %}