Création
This commit is contained in:
11
softwares/vlc.sls
Normal file
11
softwares/vlc.sls
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Installation du logiciel VLC
|
||||||
|
|
||||||
|
{% if grains['kernel'] == 'Linux' %}
|
||||||
|
|
||||||
|
include:
|
||||||
|
- softwares.rpmfusion.sls
|
||||||
|
|
||||||
|
vlc:
|
||||||
|
pkg.installed
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
Reference in New Issue
Block a user