mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-21 08:31:24 +02:00
feat: allow selecting alternate salt package repositories
Make the upstream salt package repository selectable, thus allowing the use of archived salt versions (hosted in https://archive.repo.saltproject.io), as well as custom salt versions hosted in alternate repositories.
This commit is contained in:
@@ -37,6 +37,10 @@ salt:
|
||||
salt_ssh: 'salt-ssh'
|
||||
pyinotify: 'python-pyinotify' # the package to be installed for pyinotify
|
||||
|
||||
# Set which salt repository to use, default to https://repo.saltstack.com
|
||||
# For older releases use https://archive.repo.saltproject.io
|
||||
repo: 'https://archive.repo.saltproject.io'
|
||||
|
||||
# Set which release of SaltStack to use, default to 'latest'
|
||||
# To get the available releases:
|
||||
# * http://repo.saltstack.com/yum/redhat/7/x86_64/
|
||||
|
||||
Reference in New Issue
Block a user