Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.30 KB | None | 0 0
  1. Using Bootstrap Options:  -F -c /tmp/ -P -c /tmp
  2. Bootstrapping Salt... (this may take a while)
  3. stdin: is not a tty
  4.  
  5.  * ERROR: Option does not exist : F
  6.   Usage :  bootstrap-salt.sh [options] <install-type> <install-type-args>
  7.  
  8.   Installation types:
  9.     - stable (default)
  10.     - daily  (ubuntu specific)
  11.     - git
  12.  
  13.   Examples:
  14.     $ bootstrap-salt.sh
  15.     $ bootstrap-salt.sh stable
  16.     $ bootstrap-salt.sh daily
  17.     $ bootstrap-salt.sh git
  18.     $ bootstrap-salt.sh git develop
  19.     $ bootstrap-salt.sh git 8c3fadf15ec183e5ce8c63739850d543617e4357
  20.  
  21.   Options:
  22.   -h  Display this message
  23.   -v  Display script version
  24.   -n  No colours.
  25.   -D  Show debug output.
  26.   -c  Temporary configuration directory
  27.   -M  Also install salt-master
  28.   -S  Also install salt-syndic
  29.   -N  Do not install salt-minion
  30.   -C  Only run the configuration function. This option automaticaly
  31.       bypasses any installation.
  32.   -P  Allow pip based installations. On some distributions the required salt
  33.       packages or it's dependencies are not available as a package for that
  34.      distribution. Using this flag allows the script to use pip as a last
  35.      resort method. NOTE: This works for functions which actually implement
  36.      pip based installations.
  37.  -F  Allow copied files to overwrite existing(config, init.d, etc)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement