2
0

don't try to load pkgrepo on non-Debian distros

fixes #83 by wrapping contents of pkgrepo/init.sls in an {% if %}.

Change-Id: I8260fdf5cf802c0b28197516da374add6c3002a2
This commit is contained in:
Will Saxon 2015-01-11 04:15:33 -05:00 committed by Will Saxon
parent 1b13259823
commit ae8e4ca492

View File

@ -1,2 +1,4 @@
{% if grains['os_family'] == 'Debian' %}
include: include:
- .{{ grains['os']|lower }} - .{{ grains['os']|lower }}
{% endif %}