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 Tim Hockin
parent 191528b782
commit cee489d499

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 %}