mirror of https://github.com/k3s-io/k3s
Salt: have kube-addons service depend on init file
For symmetry with systemdpull/6/head
parent
191528b782
commit
cee489d499
|
@ -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 %}
|
Loading…
Reference in New Issue