This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
old-salt-formula
mirror of
https://github.com/saltstack-formulas/salt-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
69
Wiki
Activity
Browse Source
Merge pull request
#98
from saxonww/master
don't try to load pkgrepo on non-Debian distros
tags/v0.57.0
Forrest
10 years ago
parent
1b13259823
ae8e4ca492
commit
ed0f2fab20
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
salt/pkgrepo/init.sls
+ 2
- 0
salt/pkgrepo/init.sls
View File
@@ -1,2 +1,4 @@
{% if grains['os_family'] == 'Debian' %}
include:
- .{{ grains['os']|lower }}
{% endif %}
Write
Preview
Loading…
Cancel
Save