mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Bump version to 2014.02.27
This commit is contained in:
parent
1b02032c5a
commit
1f80b090c1
2 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
|||
Version 2014.xx.xx:
|
||||
Version 2014.02.27:
|
||||
* Fixed a bug on the services enabled function searching logic.
|
||||
* Arch, Fedora, openSUSE and SuSE now check for services enabled, if using systemd
|
||||
* CentOS(and any RedHat based) and Ubuntu now check for services enabled is using upstart
|
||||
* Distro Support Added:
|
||||
* Debian 8. Thank You Boris Feld(Lothiraldan).
|
||||
|
||||
|
||||
Version 2014.02.19:
|
||||
* Fixed a problem with the quotes of an error message
|
||||
* Distro Support Fixed:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# CREATED: 10/15/2012 09:49:37 PM WEST
|
||||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
__ScriptVersion="2014.02.19"
|
||||
__ScriptVersion="2014.02.27"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
#======================================================================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue