Recopie initiale

This commit is contained in:
Iwan Clement
2018-05-21 13:03:35 +02:00
commit 3f39bfa01d
319 changed files with 1543 additions and 0 deletions

9
linux/Fedora.sls Normal file
View File

@@ -0,0 +1,9 @@
{% if grains['os'] == 'Fedora' %}
include:
- linux.Fedora.Repos.Atom
- linux.Fedora.Repos.RPMFusion
- linux.Fedora.Repos.MySaltStack
- linux.Fedora.Repos.jitsi_repo
- linux.Fedora.Common
- linux.Fedora.Physical
{% endif %}