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
parent a5b3c73ac4
commit 600a0d6fe7

View File

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