From fd931a7a5aa2b275c0901b9b999c816eb48a37f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 2 Dec 2018 12:49:05 +0100 Subject: [PATCH] typo --- softwares/VirtualBox.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/VirtualBox.sls b/softwares/VirtualBox.sls index 20ef6b5..6132302 100644 --- a/softwares/VirtualBox.sls +++ b/softwares/VirtualBox.sls @@ -5,7 +5,7 @@ {% if grains['os_family'] == 'RedHat' %} Installons les Prereq Kernel devel: pkg.installed: - pkgs: + - pkgs: - kernel-devel - dkms {% endif %}