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:
parent
1b13259823
commit
ae8e4ca492
@ -1,2 +1,4 @@
|
|||||||
|
{% if grains['os_family'] == 'Debian' %}
|
||||||
include:
|
include:
|
||||||
- .{{ grains['os']|lower }}
|
- .{{ grains['os']|lower }}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user