ae8e4ca492
fixes #83 by wrapping contents of pkgrepo/init.sls in an {% if %}. Change-Id: I8260fdf5cf802c0b28197516da374add6c3002a2
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
{% if grains['os_family'] == 'Debian' %}
|
|
include:
|
|
- .{{ grains['os']|lower }}
|
|
{% endif %}
|