Skip to content

Commit

Permalink
Merge pull request #98 from saxonww/master
Browse files Browse the repository at this point in the history
don't try to load pkgrepo on non-Debian distros
  • Loading branch information
gravyboat committed Feb 8, 2015
2 parents 1b13259 + ae8e4ca commit ed0f2fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/pkgrepo/init.sls
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
{% if grains['os_family'] == 'Debian' %}
include:
- .{{ grains['os']|lower }}
{% endif %}

0 comments on commit ed0f2fa

Please sign in to comment.