-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #980 from rallytime/merge-stable
[stable] Merge develop into stable
- Loading branch information
Showing
6 changed files
with
443 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/.project | ||
*.swp | ||
*.sw? | ||
.vagrant | ||
|
||
# Pycharm | ||
.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ Brad Thurber bradthurber | |
Brandon Clifford brandon099 [email protected] | ||
Bret Fisher BretFisher [email protected] | ||
bruce-one bruce-one | ||
Вячеслав Спиридонов sp1r | ||
C. R. Oldham cro [email protected] | ||
Cam camereonsparr | ||
Chris Rebert cvrebert [email protected] | ||
|
@@ -37,9 +38,11 @@ Diego Woitasen diegows [email protected] | |
Elias Probst eliasp | ||
eliezerlp eliezerlp | ||
Emiel Kollof ekollof | ||
Eric Radman eradman [email protected] | ||
Erik Ankrom erikankrom | ||
Erik Johnson terminalmage [email protected] | ||
EYJ eyj | ||
fizmat fizmat | ||
Forrest Alvarez gravyboat | ||
Fred Reimer freimer [email protected] | ||
Geoff Garside geoffgarside [email protected] | ||
|
@@ -55,12 +58,13 @@ Jared E Stroud jaredestroud [email protected] | |
Jeff Hui jeffh [email protected] | ||
Jeff Strunk jstrunk | ||
Juan A. Moyano wincus [email protected] | ||
Justin Anderson jtand janderson@saltstack.com | ||
Justin Anderson justinta justin.ta@outlook.com | ||
Justin Findlay jfindlay [email protected] | ||
Karl Grzeszczak karlgrz | ||
Kenneth Wilke KennethWilke | ||
lomeroe lomeroe | ||
Liu Xiaohui oreh [email protected] | ||
Lubomir Host lhost | ||
Marc Vieira-Cardinal marccadinal | ||
Mark Lee malept | ||
Marcus Furlong furlongm [email protected] | ||
|
@@ -86,6 +90,7 @@ Paul Brian lifeisstillgood [email protected] | |
Pavel Snagovsky paha | ||
Pedro Algarvio s0undt3ch [email protected] | ||
Pedro Paulo pedropaulovc | ||
Pete Lumbis plumbis | ||
Peter Tripp notpeter | ||
Petr Michalec epcim | ||
Prayag Verma pra85 [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ If you want to install a specific release version (based on the Git tags): | |
.. code:: console | ||
curl -o bootstrap_salt.sh -L https://bootstrap.saltstack.com | ||
sudo sh bootstrap_salt.sh git v2015.8.8 | ||
sudo sh bootstrap_salt.sh git v2016.3.2 | ||
To install a specific branch from a Git fork: | ||
|
||
|
@@ -88,7 +88,7 @@ If your host has Internet access only via HTTP proxy: | |
PROXY='http://user:[email protected]:3128' | ||
curl -o bootstrap_salt.sh -L -x "$PROXY" https://bootstrap.saltstack.com | ||
sudo sh bootstrap_salt.sh -G -H "$PROXY" git | ||
sudo sh bootstrap_salt.sh -H "$PROXY" git | ||
Install using wget | ||
|
@@ -106,7 +106,7 @@ Installing a specific version from git using ``wget``: | |
.. code:: console | ||
wget -O bootstrap_salt.sh https://bootstrap.saltstack.com | ||
sudo sh bootstrap_salt.sh -P git v2015.8.7 | ||
sudo sh bootstrap_salt.sh -P git v2015.8.11 | ||
.. note:: | ||
|
||
|
@@ -548,8 +548,8 @@ Salt is ready and working in the Docker container with Minion authenticated on M | |
.. _`pre-accepted Minion key`: https://docs.saltstack.com/en/latest/topics/tutorials/preseed_key.html | ||
|
||
|
||
.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et | ||
.. |windows_build| image:: https://ci.appveyor.com/api/projects/status/github/saltstack/salt-bootstrap?branch=develop&svg=true | ||
:target: https://ci.appveyor.com/project/saltstack-public/salt-bootstrap | ||
:alt: Build status of the develop branch on Windows | ||
|
||
.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et |
Oops, something went wrong.