diff --git a/softwares/vlc.sls b/softwares/vlc.sls new file mode 100644 index 0000000..d9064dc --- /dev/null +++ b/softwares/vlc.sls @@ -0,0 +1,11 @@ +# Installation du logiciel VLC + +{% if grains['kernel'] == 'Linux' %} + +include: + - softwares.rpmfusion.sls + +vlc: + pkg.installed + +{% endif %} \ No newline at end of file