Skip to content
Snippets Groups Projects
Commit ae8e4ca4 authored by Will Saxon's avatar Will Saxon Committed by Will Saxon
Browse files

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
parent 1b132598
No related branches found
No related tags found
No related merge requests found
{% if grains['os_family'] == 'Debian' %}
include: include:
- .{{ grains['os']|lower }} - .{{ grains['os']|lower }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment