Commit graph

2058 commits

Author SHA1 Message Date
Justin Findlay
2f1c6f7b42 Merge pull request #665 from mbologna/fedora_yum2dnf
Change to 'dnf' as package manager for Fedora 22->
2015-10-27 17:44:19 -06:00
Michele Bologna
bde8f0e43a Correcting: from 22 onwards 2015-10-27 22:12:02 +01:00
Michele Bologna
10bdcf3b8e Renamed to __fedora_get_package_manager
Renamed newly introduced fedora_get_package_manager() to
__fedora_get_package_manager()
2015-10-24 12:23:23 +02:00
Justin Findlay
2edcbaf080 Merge pull request #677 from jfindlay/note
Note -> note in README.rst
2015-10-23 12:27:00 -06: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
de72e6f72d Merge pull request #676 from jfindlay/stable_insecurity
instructions for installing the latest stable release as a one-liner
2015-10-23 12:11:54 -06:00
Justin Findlay
a0994546f5 add stable insecure one-line, minor reorganization 2015-10-23 12:09:18 -06:00
Justin Findlay
c653d6a7e8 Merge pull request #670 from virtrnd/develop
Update bootstrap-salt.sh
2015-10-23 11:55:50 -06:00
Pedro Algarvio
b351264eae Merge pull request #674 from jfindlay/ss_repo
add support for repo.saltstack.com
2015-10-23 18:27:23 +01:00
Justin Findlay
ffabd53882 update changes log 2015-10-23 10:49:35 -06:00
Justin Findlay
b17162d148 add repo.saltstack.com for freebsd 2015-10-23 10:49:35 -06:00
Justin Findlay
26b82c9409 add repo.saltstack.com for ubuntu 2015-10-22 16:18:16 -06:00
Justin Findlay
48dea6199d update saltstack repo debian url 2015-10-20 13:04:41 -06:00
Justin Findlay
8ce970db06 force remove repo key on redhat after import 2015-10-20 12:58:36 -06:00
Justin Findlay
97b88e5644 minor cleanup 2015-10-19 18:09:05 -06:00
Justin Findlay
be9e7af9e9 Merge pull request #673 from jfindlay/develop
minor cleanup
2015-10-19 17:58:17 -06:00
Justin Findlay
6dd23163df minor cleanup 2015-10-19 17:50:47 -06:00
virtualguy
dc54322ca6 Update bootstrap-salt.sh 2015-10-12 20:48:50 +13:00
Michele Bologna
5208ac6c8c Change to 'dnf' as package manager for Fedora 22->
If you are installing Saltstack on Fedora 22 onwards, the default package manager
is dnf (instead of yum).
This patch decide which package manager to use based on Fedora version and the
availability of dnf on the current system. If found, uses dnf to install packages
needed by saltstack.

Using this patch final user will not see yum deprecation warnings like:
Yum command has been deprecated, redirecting to '/usr/bin/dnf install -y yum-utils..
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
2015-10-01 23:16:59 +02: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
409e708bef Update debian repo path 2015-09-18 15:53:35 +01:00
Pedro Algarvio
cea67a17d2 Add Rob Eden(@hedinfaok) to AUTHORS 2015-09-18 15:52:57 +01:00
Pedro Algarvio
af8dd98fd4 Update changes log 2015-09-18 15:52:57 +01:00
Pedro Algarvio
b17621b48b Restore the env var in favour of the default path in the help message 2015-09-18 15:52:57 +01:00
Pedro Algarvio
4e6a297ec4 Update changes log 2015-09-18 15:52:55 +01:00
Pedro Algarvio
0b52817845 Add Chris Buechler(@cbuechler) to AUTHORS 2015-09-18 15:52:38 +01:00
Pedro Algarvio
e160c01d57 Return show error on failure 2015-09-18 15:52:38 +01:00
Pedro Algarvio
e7c5239c8c Make sure that initctl reload-configuration is called after installing upstart file 2015-09-18 15:52:38 +01:00
Pedro Algarvio
e92a81fbe9 Update changes log 2015-09-18 15:52:36 +01:00
Pedro Algarvio
429116415e Move Debian 8 installation to use repo.saltstack.com 2015-09-18 15:52:12 +01:00
Pedro Algarvio
43ccb81a86 Update SaltStack domain 2015-09-18 15:52:12 +01:00
Pedro Algarvio
2d5aded8c4 In RHEL5 the tornado pacakge is python26-tornado 2015-09-18 15:52:12 +01:00
Pedro Algarvio
712b2bf276 Switch to using SaltStack's repo.saltstack.com repositories for RHEL 2015-09-18 15:52:12 +01:00
Pedro Algarvio
a8d4992393 Merge pull request #658 from s0undt3ch/pr-656
change log and authors
2015-09-18 15:51:08 +01:00
Pedro Algarvio
5f7dcaa84c Add EYJ(@eyj) to AUTHORS 2015-09-18 15:49:57 +01:00
Pedro Algarvio
8ef3391ae4 Update changes log 2015-09-18 15:47:38 +01:00
Pedro Algarvio
b79bf86836 Merge pull request #657 from s0undt3ch/pr-656
Merge #656
2015-09-18 15:46:16 +01:00
Pedro Algarvio
939ddcea0c Don't update version 2015-09-18 15:45:35 +01:00
EYJ
7d18269cff Add bootstrap -b flag (don't install dependencies) 2015-09-17 17:12:16 +02:00
Pedro Algarvio
50a5817d11 Merge pull request #654 from hedinfaok/develop
Fixes error finding python-jinja2 in RHEL 7
2015-09-10 11:07:35 +01:00
Rob Eden
5b4d5857ce Fixes error finding python-jinja2 in RHEL 7
The installer prints the following on RHEL 7 when the server optional package is not enabled:

 *  INFO: Testing if packages usually on the optionals repository are available:
 *  INFO:   - python-jinja2
 * ERROR: Failed to find an installable 'python-jinja2' package. The optional repository or its subscription might be missing.
 *  INFO: Sleeping 10 seconds while waiting for the optional repository subscription to be externally configured

This change fixes the name of the server-optional repo to be the correct name.

The command `sudo subscription-manager repos --list` displays all available repos and their names.
2015-09-09 18:59:43 -04:00
Pedro Algarvio
fdfef04ad3 Merge pull request #653 from cbuechler/develop
Make bootstrap work with FreeBSD 11-CURRENT.
2015-09-05 09:12:11 +01:00
Chris Buechler
7ae5bfbc09 Make bootstrap work with FreeBSD 11-CURRENT. 2015-09-04 21:38:31 -05:00
Pedro Algarvio
b1624cc14a Bump version 2015-08-06 14:37:26 +01:00
Pedro Algarvio
8d7139b557 Update changes log 2015-08-06 14:33:25 +01:00
Pedro Algarvio
2e30cec780 Make sure python-dev is installed wheb trying to install tornado from PyPi
Fixes #640
2015-08-06 14:32:39 +01:00
Pedro Algarvio
9f2b8b75dd Update changes log 2015-07-29 23:33:31 +01:00
Pedro Algarvio
0d0148d318 We no longer support Ubuntu versions bellow 12.04 2015-07-29 23:26:23 +01:00
Pedro Algarvio
69c0a0cc54 Add Stanislav B(@stanislavb) to AUTHORS 2015-07-27 11:16:13 +01:00