Skip to content

Commit 29fc62f

Browse files
committed
Merge branch 'develop' into stable for v2015.11.04 release
2 parents 4584f5e + 35f3989 commit 29fc62f

File tree

4 files changed

+310
-142
lines changed

4 files changed

+310
-142
lines changed

AUTHORS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ bruce-one bruce-one
1818
C. R. Oldham cro [email protected]
1919
Cam camereonsparr
2020
Chris Rebert cvrebert [email protected]
21+
Chris Buechler cbuechler [email protected]
2122
Christer Edwards cedwards
2223
denmat denmat
2324
Dag Viggo Lokøen dagvl [email protected]
@@ -28,6 +29,7 @@ Diego Woitasen diegows [email protected]
2829
Elias Probst eliasp
2930
Erik Ankrom erikankrom
3031
Erik Johnson terminalmage [email protected]
32+
EYJ eyj
3133
Forrest Alvarez gravyboat
3234
Fred Reimer freimer [email protected]
3335
Geoff Garside geoffgarside [email protected]
@@ -53,6 +55,7 @@ Matthew Mead-Briggs mattmb
5355
Matthew Willson ixela
5456
Matthieu Guegan mguegan
5557
Michael Scherer mscherer
58+
Michele Bologna mbologna [email protected]
5659
Mike Carlson m87carlson [email protected]
5760
Mike Place cachedout [email protected]
5861
nevins-b nevins-b
@@ -66,6 +69,7 @@ Pedro Paulo pedropaulovc
6669
Peter Tripp notpeter
6770
ptonelli ptonelli
6871
Raymond Barbiero visualphoenix
72+
Rob Eden hedinfaok
6973
Roberto Aguilar rca [email protected]
7074
Roman Inflianskas rominf [email protected]
7175
Ronald van Zantvoort The-Loeki [email protected]

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 2015.11.04:
2+
* Allow bypassing dependencies installation. Thanks EYJ. #656.
3+
* Add FreeBSD 11 support. Thanks Chris Buechler(cbuechler). #653
4+
* Move RHEL installations to use repo.saltstack.com #674
5+
* Move Debian 8 installation to use repo.saltstack.com #674
6+
* Fix error finding python-jinja2 in RHEL 7. Thanks Rob Eden(hedinfaok). #654
7+
* Move Ubuntu 12 and 14 installations to use repo.saltstack.com #674
8+
* Move FreeBSD installations to use repo.saltstack.com #674
9+
* Use dnf on Fedora 22 and later. Thanks Michele Bologna (mbologna). #665
10+
11+
112
Version 2015.08.06:
213
* Fix python-requests installations for Ubuntu >= 14.04 LTS. #631, #632, #633
314
* Install python-crypto from Chris Lea's PPA for Ubuntu < 14.04

README.rst

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script runs through a series of checks to determine operating system type and ve
99
install the `Salt`_ binaries using the appropriate methods.
1010

1111

12-
.. Note::
12+
.. note::
1313

1414
This ``README`` file is not the absolute truth to what the bootstrap script is capable of, for
1515
that, please read the generated help by passing ``-h`` to the script or even better, `read the
@@ -27,13 +27,14 @@ Bootstrap
2727
---------
2828

2929
If you're looking for the *one-liner* to install salt, please scroll to the bottom and use the
30-
instructions for `Installing via an Insecure One-Liner`_
30+
instructions for `Installing via an Insecure One-Liner`_.
3131

3232

3333
Examples
3434
~~~~~~~~
3535

36-
.. Note::
36+
.. note::
37+
3738
In every two-step example, you would be well-served to examine the downloaded file and examine
3839
it to ensure that it does what you expect.
3940

@@ -132,28 +133,41 @@ To install a specific branch from a git fork:
132133
sudo sh install_salt.sh -g https://github.com/myuser/salt.git git mybranch
133134
134135
136+
Any of the example above which use two-lines can be made to run in a single-line
137+
configuration with minor modifications, see `Installing via an Insecure One-Liner`_.
138+
139+
135140
Installing via an Insecure One-Liner
136141
------------------------------------
137142

138143
The following examples illustrate how to install Salt via a one-liner.
139144

140-
.. Note::
145+
.. note::
146+
141147
Warning! These methods do not involve a verification step and assume that the delivered file
142148
is trustworthy.
143149

144150

145151
Examples
146152
~~~~~~~~
147153

148-
Installing the latest develop branch of Salt:
154+
Installing the latest stable release of Salt (default):
149155

150156
.. code:: console
151157
152-
curl -L https://bootstrap.saltstack.com | sudo sh -s -- git develop
158+
curl -L https://bootstrap.saltstack.com | sudo sh -s -- stable
153159
154-
Any of the example above which use two-lines can be made to run in a single-line
155-
configuration with minor modifications.
160+
or
156161

162+
.. code:: console
163+
164+
curl -L https://bootstrap.saltstack.com | sudo sh -s
165+
166+
Installing the latest develop branch of Salt:
167+
168+
.. code:: console
169+
170+
curl -L https://bootstrap.saltstack.com | sudo sh -s -- git develop
157171
158172
159173
Adding support for other operating systems
@@ -325,7 +339,7 @@ Supported Operating Systems
325339
- CentOS 5/6/7
326340
- Debian 6/7/8
327341
- Fedora 17/18/20/21/22
328-
- FreeBSD 9.1/9.2/10
342+
- FreeBSD 9.1/9.2/10/11
329343
- Gentoo
330344
- Linaro
331345
- Linux Mint 13/14

0 commit comments

Comments
 (0)