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 %}