Mettre à jour 'linux/Fedora.sls'

This commit is contained in:
Iwan Clément
2018-04-03 16:21:22 +00:00
parent 4d088c453d
commit 464343e800

View File

@@ -1,5 +1,7 @@
{% if grains['os'] == 'Fedora' %}
include:
- linux.Fedora.Repos.atom
- linux.Fedora.Repos.RPMFusion
- linux.Fedora.Common
- linux.Fedora.Physical
{% endif %}