Commit cee489d4 authored by Justin Santa Barbara's avatar Justin Santa Barbara Committed by Tim Hockin

Salt: have kube-addons service depend on init file

For symmetry with systemd
parent 191528b7
...@@ -158,5 +158,6 @@ kube-addons: ...@@ -158,5 +158,6 @@ kube-addons:
- watch: - watch:
{% if pillar.get('is_systemd') %} {% if pillar.get('is_systemd') %}
- file: {{ pillar.get('systemd_system_path') }}/kube-addons.service - file: {{ pillar.get('systemd_system_path') }}/kube-addons.service
{% endif %} {% else %}
- file: /etc/init.d/kube-addons
{% endif %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment