mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update script to version 2017.01.10
Also updated copyright date range to 2017
This commit is contained in:
parent
ca5b3327fa
commit
33008a06ec
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# BUGS: https://github.com/saltstack/salt-bootstrap/issues
|
# BUGS: https://github.com/saltstack/salt-bootstrap/issues
|
||||||
#
|
#
|
||||||
# COPYRIGHT: (c) 2012-2016 by the SaltStack Team, see AUTHORS.rst for more
|
# COPYRIGHT: (c) 2012-2017 by the SaltStack Team, see AUTHORS.rst for more
|
||||||
# details.
|
# details.
|
||||||
#
|
#
|
||||||
# LICENSE: Apache 2.0
|
# LICENSE: Apache 2.0
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
#======================================================================================================================
|
#======================================================================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
__ScriptVersion="2016.10.25"
|
__ScriptVersion="2017.01.10"
|
||||||
__ScriptName="bootstrap-salt.sh"
|
__ScriptName="bootstrap-salt.sh"
|
||||||
|
|
||||||
__ScriptFullName="$0"
|
__ScriptFullName="$0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue