Salt: have kube-addons service depend on init file

For symmetry with systemd
This commit is contained in:
Justin Santa Barbara 2015-07-03 12:41:59 -04:00 committed by Mike Danese
parent 7dee33b12d
commit 914ad5c63f
1 changed files with 3 additions and 2 deletions

View File

@ -174,5 +174,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 %}