Commit 600a0d6f authored by Justin Santa Barbara's avatar Justin Santa Barbara

Salt: have kube-addons service depend on init file

For symmetry with systemd
parent a5b3c73a
......@@ -151,5 +151,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 %}
\ 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