mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Finish renaming script. Bumped version to mark this event.
This commit is contained in:
parent
b581092ff3
commit
c1325acb23
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ Bootstrapping Salt
|
|||
Before `Salt`_ can be used for provisioning on the desired machine, the
|
||||
binaries need to be installed. Since `Salt`_ supports many different
|
||||
distributions and versions of operating systems, the `Salt`_ installation
|
||||
process is handled by this shell script ``bootstrap-salt-minion.sh``. This
|
||||
process is handled by this shell script ``bootstrap-salt.sh``. This
|
||||
script runs through a series of checks to determine operating system type and
|
||||
version to then install the `Salt`_ binaries using the appropriate methods.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# vim: softtabstop=4 shiftwidth=4 expandtab fenc=utf-8 spell spelllang=en
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: bootstrap-salt-minion.sh
|
||||
# FILE: bootstrap-salt.sh
|
||||
#
|
||||
# DESCRIPTION: Bootstrap salt installation for various systems/distributions
|
||||
#
|
||||
|
@ -15,8 +15,8 @@
|
|||
# CREATED: 10/15/2012 09:49:37 PM WEST
|
||||
#===============================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
ScriptVersion="1.3"
|
||||
ScriptName="bootstrap-salt-minion.sh"
|
||||
ScriptVersion="1.4"
|
||||
ScriptName="bootstrap-salt.sh"
|
||||
|
||||
#===============================================================================
|
||||
# LET THE BLACK MAGIC BEGIN!!!!
|
||||
|
|
|
@ -47,7 +47,7 @@ from bootstrap.ext.os_data import GRAINS
|
|||
TEST_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
EXT_DIR = os.path.join(TEST_DIR, 'ext')
|
||||
PARENT_DIR = os.path.dirname(TEST_DIR)
|
||||
BOOTSTRAP_SCRIPT_PATH = os.path.join(PARENT_DIR, 'bootstrap-salt-minion.sh')
|
||||
BOOTSTRAP_SCRIPT_PATH = os.path.join(PARENT_DIR, 'bootstrap-salt.sh')
|
||||
|
||||
|
||||
def non_block_read(output):
|
||||
|
|
Loading…
Add table
Reference in a new issue