From f957f7a9fe9961d322e11a4d360c3a6d4669f22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 17 Nov 2018 13:14:39 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/vlc.sls | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 softwares/vlc.sls 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