From 90baf2e20d6f2c9e940ac3582266fd355e1f004c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 2 Dec 2018 12:09:48 +0100 Subject: [PATCH] Uniquement sur machine physique --- softwares/VirtualBox.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/VirtualBox.sls b/softwares/VirtualBox.sls index ada2092..94f0e8d 100644 --- a/softwares/VirtualBox.sls +++ b/softwares/VirtualBox.sls @@ -1,6 +1,6 @@ # Installation du logiciel VirtualBox -{% if grains['kernel'] == 'Linux' %} +{% if grains['kernel'] == 'Linux' and grains['virtual'] == 'physical' %} virtualbox_repository: pkgrepo.managed: