Merge pull request #19870 from justinsb/salt_systemd_force

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-01 10:49:44 -08:00
commit b4d1c7541c
2 changed files with 8 additions and 0 deletions

View File

@ -212,3 +212,7 @@ kube-addons:
{% else %}
- file: /etc/init.d/kube-addons
{% endif %}
{% if pillar.get('is_systemd') %}
- provider:
- service: systemd
{%- endif %}

View File

@ -79,3 +79,7 @@ kubelet:
{% endif %}
- file: {{ environment_file }}
- file: /var/lib/kubelet/kubeconfig
{% if pillar.get('is_systemd') %}
- provider:
- service: systemd
{%- endif %}