Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created May 12, 2014 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifnull/cecb7e8c635cb92862ef to your computer and use it in GitHub Desktop.
Save ifnull/cecb7e8c635cb92862ef to your computer and use it in GitHub Desktop.
[root@vagrant-centos65 ~]# /tmp/bootstrap_salt.sh -v
/tmp/bootstrap_salt.sh -- Version 1.5.5
[root@vagrant-centos65 ~]# /tmp/bootstrap_salt.sh -D -F -c /tmp -k /tmp/minion-seed-keys -C
* ERROR: Option does not exist : F
Usage : bootstrap-salt.sh [options] <install-type> <install-type-args>
Installation types:
- stable (default)
- daily (ubuntu specific)
- git
Examples:
$ bootstrap-salt.sh
$ bootstrap-salt.sh stable
$ bootstrap-salt.sh daily
$ bootstrap-salt.sh git
$ bootstrap-salt.sh git develop
$ bootstrap-salt.sh git 8c3fadf15ec183e5ce8c63739850d543617e4357
Options:
-h Display this message
-v Display script version
-n No colours.
-D Show debug output.
-c Temporary configuration directory
-k Temporary directory holding the minion keys which will pre-seed
the master.
-M Also install salt-master
-S Also install salt-syndic
-N Do not install salt-minion
-C Only run the configuration function. This option automaticaly
bypasses any installation.
-P Allow pip based installations. On some distributions the required salt
packages or its dependencies are not available as a package for that
distribution. Using this flag allows the script to use pip as a last
resort method. NOTE: This works for functions which actually implement
pip based installations.
-F Allow copied files to overwrite existing(config, init.d, etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment