Commit graph

299 commits

Author SHA1 Message Date
rallytime
e16f24329c Make sub-section for non-lts ubuntu releases note 2017-01-06 09:48:25 -05:00
rallytime
436144ce46 Use rst syntax and not markdown in README file 2017-01-05 09:49:11 -05:00
rallytime
cb87b7d0bd Add note about best-effort support for non-lts ubuntu releases to README 2017-01-04 11:08:04 -05:00
rallytime
2e49173293 Various fixes from PR review:
- Update Linux Mint supported versions in README file
- Remove if statement restricting archive.ubuntu.com repository addition
- Remove old-releases.ubuntu.com repository addition
- Remove some unnecessary parens in an if statement && clause
- Add the python-software-properties install logic back in for Ubutu 12
- Remove the workaround for starting deamons for older versions (no longer applicable)
- Fix architecture spelling in README file
2016-12-22 10:13:01 -07:00
rallytime
75b3eb32b8 Updated supported versions for Ubuntu: 12.04, 14.04, 16.04, and 16.10 (best effort)
The bootstrap script should match the supported versions of SaltStack
more closely, and we don't support versions that are considered EOL by
the OS distributors themselves.

This change updates the bootstrap script to support Ubuntu 12.04, 14.04,
16.04, and 16.10 (which the .10 release is a "best-effort" support since
it is a non-LTS OS release from Ubuntu).
2016-12-21 10:20:03 -07:00
rallytime
9569344632 Update supported versions for Fedora: 23, 24, and 25.
The bootstrap script should match the supported versions of SaltStack
more closely, and we don't support versions that are considered EOL by
the OS distributors themselves.

This change updates the bootstrap script to support Fedora 23, 24, and 25.

Since "dnf" replaced "yum" as the package provider in Fedora 23, we no
longer need to set the $FEDORA_PACKAGE_MANAGER variable based on the
version of Fedora. This can simply be "dnf" now for Fedora installs.
2016-12-20 16:56:47 -07:00
rallytime
a7588821f4 Adjust code examples to use the actual bootstrap-salt.sh file name 2016-11-30 17:49:44 -07:00
Denys Havrysh
cdef85919f Deprecate -G option: use https scheme for GitHub by default 2016-08-27 23:40:56 +03:00
Denys Havrysh
6491abd05d Update README about supported architectures on Debian 8 2016-07-14 18:18:34 +03:00
Denys Havrysh
88078bef12 Debian: add note to README about supported system architectures 2016-07-11 12:05:34 +03:00
Alexander Krasnukhin
24d8a86c31 Fix badge url
Fix badge url to refer to saltstack repo instead of mine. This was merged by mistake.
2016-07-09 03:46:35 +02:00
Pedro Algarvio
0980676391 Merge pull request #893 from themalkolm/develop
RFC: Add tests for bootstrap-salt.ps1
2016-07-07 04:18:05 -04:00
Eliezer Paiewonsky
f2cde68286 Adding support for Linux Mint 18 (based on Ubuntu 16.04) 2016-07-05 13:41:23 -04:00
Alexander Krasnukhin
a268be85ca Update README.rst 2016-06-28 13:16:51 +02:00
rallytime
b065718d6d Update supported Ubuntu distros docs 2016-06-09 08:56:44 -06:00
Denys Havrysh
cdc3ce070e Drop support for Debian 6 old-old-stable "squeeze": reached end-of-life 2016-05-26 12:20:32 +03:00
Wallace C Ricardo
2579facc0e Update README.rst
Fix typo "docker built" on README
2016-04-21 15:10:42 -04:00
Denys Havrysh
8325af94ec README: add note about Dockerfile 2016-04-08 17:19:58 +03:00
Denys Havrysh
23fa9f8f6f Add section about Docker to README file 2016-04-05 18:53:20 +03:00
Denys Havrysh
01bf30b6c6 Add Dockerfile for building Salt Master + Minion image 2016-04-04 18:53:15 +03:00
Denys Havrysh
7987acac44 Add note about latest-and-greatest OS releases support 2016-03-30 11:34:23 +03:00
Denys Havrysh
8d75aaf33c README: correct typos 2016-03-29 13:36:52 +03:00
Denys Havrysh
f78bc21cf8 Add some SUSE releases to detected OS list 2016-03-29 10:57:38 +03:00
Denys Havrysh
e872ef4032 README: correct link name 2016-03-29 10:20:39 +03:00
Denys Havrysh
ae88f3152c Rename the script to bootstrap_salt.sh in README 2016-03-28 10:38:56 +03:00
Denys Havrysh
db77e59e55 Add note about SaltStack corporate repo, fix links 2016-03-20 16:55:07 +02:00
Denys Havrysh
758dc7215a Add example how to use Git install with HTTP proxy 2016-03-19 16:18:02 +02:00
Denys Havrysh
9548d7d6ef Correct lists of supported/detected OS and distros 2016-03-13 18:29:18 +02:00
Denys Havrysh
98d20fce3a Correct and reformat README file 2016-03-12 17:36:20 +02:00
Michael A. Smith
da4414a871 Use POSIX-Compliant Command-Exists Test
Suggest the `command` command instead of `which` to determine if the `lsb_release` command exists.
`which` is a non-standard command and this script and its documentation should work across as many POSIX like systems as possible.
`command` is more portable than `which`.

To be consistent with the existing suggestion, the updated suggestion will only act if `lsb_release` exists and is a simple command, not an alias or shell function.

References:
http://stackoverflow.com/a/677212/418413
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html
2016-01-27 19:47:47 -05:00
Justin Findlay
f38fdc418c mention FreeBSD 11 in README.rst
FreeBSD 11 support was added in #653.
2015-10-23 12:25:11 -06:00
Justin Findlay
39913bed2e Note -> note in README.rst 2015-10-23 12:20:43 -06:00
Justin Findlay
a0994546f5 add stable insecure one-line, minor reorganization 2015-10-23 12:09:18 -06:00
Alex Jurkiewicz
ca3561d69c Install stable version with the insecure example
For anyone who does copy & paste the insecure one-liner, they probably should get the stable version rather than development.
2015-10-01 17:03:07 +10:00
Pedro Algarvio
a708203bf0 Readme clarification.
Fixes #620
2015-07-17 11:10:07 +01:00
Pedro Algarvio
981d85c212 Update README because of the added Ubuntu 15.04 support 2015-05-03 15:45:07 +01:00
Pedro Algarvio
7abeb7763d Merge branch 'develop' of github.com:saltstack/salt-bootstrap into develop 2015-05-01 21:35:51 +01:00
Pedro Algarvio
a3a901f28b Update supported distributions 2015-05-01 14:43:12 +01:00
wfhg
ad2cd768e0 Added to readme: supported OS SLES 11 SP3. 2015-04-29 10:58:16 +02:00
Pedro Algarvio
1e65f10520 Merge branch 'patch-1' of https://github.com/tony/salt-bootstrap into tony-patch-1 2015-04-22 10:28:54 +01:00
Tony Narlock
e91bef3adf README: code directive fixes 2015-04-19 23:21:32 -05:00
David J. Felix
c991a973fb Fix RST markup in Readme
- There should be a space for proper code rendering syntax
2015-04-05 02:15:28 -04:00
Kelvin Jasperson
b4be5cd561 Update Vagrantfile to autoprovision 2015-03-02 15:01:28 -07:00
Callum Macdonald
0b63844ec3 Minr grammar typo 2014-12-29 21:15:10 +01:00
Pedro Algarvio
c3859abdb6 Add the remaining certificates information, cp or ln 2014-12-27 01:11:10 +00:00
Pedro Algarvio
23db04eb09 Add information regarding FreeBSD SSL issues. 2014-12-26 21:06:59 +00:00
Pedro Algarvio
c8cee3b122 Remove .sh.sh references. Fixes #465 2014-09-24 16:45:20 +01:00
Pedro Algarvio
8f816db895 Merging current develop into stable for v2014.06.28 2014-06-28 00:31:44 +01:00
Pablo SEMINARIO
624b800801 Remove reference to curl with --insecure option 2014-06-22 12:40:18 +02:00
Pablo SEMINARIO
e52be6cb61 Fix missing curl option on README.rst 2014-06-21 21:52:57 +02:00