Mettre à jour 'linux/PhysicalFedora.sls'

This commit is contained in:
Iwan Clément
2018-02-21 19:38:07 +00:00
parent 294bcfc450
commit 879c60ee83

View File

@@ -1,5 +1,4 @@
{% if grains['os'] == 'Fedora' %}
{% if grains['virtual'] == 'physical' %}
{% if grains['virtual'] == 'physical' %}
Installation des packages pour Fedora sur machine physique:
pkg.installed:
- pkgs:
@@ -28,5 +27,4 @@
- libvirt-daemon-driver-qemu
- ipxe-roms-qemu
- qemu-guest-agent
{% endif %}
{% endif %}