mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
1.5.8 is the current develop version
This commit is contained in:
parent
0c462c32cc
commit
c2f1986e8b
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
Version 1.5.8:
|
||||
|
||||
|
||||
Version 1.5.7:
|
||||
* For RedHat based distributions which rely on `epel`, the user can now pass `testing` to the
|
||||
script and `epel-testing` shall be used to bootstrap salt and it's dependencies.
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# CREATED: 10/15/2012 09:49:37 PM WEST
|
||||
#===============================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
__ScriptVersion="1.5.7"
|
||||
__ScriptVersion="1.5.8"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
#===============================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue