This website requires JavaScript.
Explore
Help
Sign In
saltstack-formulas
/
salt-formula
Template
Watch
2
Star
0
Fork
0
You've already forked salt-formula
Code
Releases
Activity
bffb87c29f
salt-formula
/
salt
/
pkgrepo
/
init.sls
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
2015-01-11 10:15:33 +01:00
{% if grains['os_family'] == 'Debian' %}
Add new “salt.pkgrepo” state This state enables the official saltstack package repository in order to always benefit from the latest version. This state currently only works on Debian and Ubuntu, and aims to implement the installation recommendations of the official documentation: http://docs.saltstack.com/en/latest/topics/installation/index.html
2014-12-22 17:09:51 +01:00
include:
- .{{ grains['os']|lower }}
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
2015-01-11 10:15:33 +01:00
{% endif %}
Copy Permalink