mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
{% if grains['oscodename'] in [ 'vivid', 'wily', 'jessie', 'xenial', 'yakkety' ] %}
|
|
is_systemd: True
|
|
systemd_system_path: /lib/systemd/system
|
|
{% elif grains['os_family'] == 'RedHat' %}
|
|
is_systemd: True
|
|
systemd_system_path: /usr/lib/systemd/system
|
|
{% else %}
|
|
is_systemd: False
|
|
{% endif %}
|