Création

This commit is contained in:
Iwan Clément
2018-11-17 13:14:39 +01:00
parent dedaf31658
commit f957f7a9fe

11
softwares/vlc.sls Normal file
View File

@@ -0,0 +1,11 @@
# Installation du logiciel VLC
{% if grains['kernel'] == 'Linux' %}
include:
- softwares.rpmfusion.sls
vlc:
pkg.installed
{% endif %}