Commit 552379f9 by barni2000

Replace --enbale-kvm with ""

parent f9cc82f5
......@@ -72,7 +72,7 @@ vmdriver_semodule:
- file: /root/vmdriver.te
- pkg: selinux_pkgs
{% elif grains['os'] == 'Debian' %}
{% elif grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' and grains['oscodename'] == 'xenial' %}
/usr/bin/kvm:
file.replace:
......@@ -80,6 +80,9 @@ vmdriver_semodule:
- repl: ""
- watch:
- pkg: vmdriver
{% endif %}
{% if grains['os'] == 'Debian' %}
policycoreutils:
pkg.installed
......
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