Merge pull request #35037 from davidwalter0/patch-1

Automatic merge from submit-queue

update oscodenames supporting systemd
This commit is contained in:
Kubernetes Submit Queue 2016-10-19 01:42:45 -07:00 committed by GitHub
commit c900a0ed7b

View File

@ -1,4 +1,4 @@
{% if grains['oscodename'] in [ 'vivid', 'wily', 'jessie' ] %}
{% if grains['oscodename'] in [ 'vivid', 'wily', 'jessie', 'xenial', 'yakkety' ] %}
is_systemd: True
systemd_system_path: /lib/systemd/system
{% elif grains['os_family'] == 'RedHat' %}