mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
longname for update_salt_bootstrap function changed to update_bootstrap
This commit is contained in:
parent
a189825bbf
commit
c55abfecb0
@ -44,7 +44,7 @@ class SaltCloud(parsers.SaltCloudParser):
|
||||
import saltcloud.cloud
|
||||
mapper = saltcloud.cloud.Map(self.config)
|
||||
|
||||
if self.options.usb:
|
||||
if self.options.update_bootstrap:
|
||||
import urllib
|
||||
branch = 'develop'
|
||||
url = ('https://raw.github.com/saltstack/salt-bootstrap/{0}/bootstrap-salt-minion.sh'.format(branch))
|
||||
|
@ -199,7 +199,7 @@ class ExecutionOptionsMixIn(object):
|
||||
help='Build all of the specified virtual machines in parallel'
|
||||
)
|
||||
group.add_option(
|
||||
'-u', '--usb',
|
||||
'-u', '--update_bootstrap',
|
||||
default=False,
|
||||
action='store_true',
|
||||
help='Update salt-bootstrap to the latest develop version on GitHub'
|
||||
|
Loading…
Reference in New Issue
Block a user