Commit 552379f9 by barni2000

Replace --enbale-kvm with ""

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