Commit 108b7fd3 by Barnabás Czémán

libvirt-bin: not daemonize under xenial

parent 6fb670c8
......@@ -13,7 +13,11 @@ libvirtconf:
/etc/default/libvirt-bin:
file.append:
{% if grains['os'] == 'Ubuntu' or grains['oscodename'] == 'xenial' %}
- text: libvirtd_opts="-l"
{% else %}
- text: libvirtd_opts="-d -l"
{% endif %}
{% if grains['os_family'] == 'RedHat' or grains['os'] == 'Debian' %}
libvirtd:
......
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 sign in to comment