Justin Findlay
|
0c98ea8809
|
Merge pull request #761 from clarkperkins/feature/configure-cache-dir
Ability to change cache dir
|
2016-04-08 17:38:54 -06:00 |
|
Pedro Algarvio
|
0f4e26a284
|
Merge pull request #794 from cro/use_repo_md_name
Remove the Saltstack repo's alias.
|
2016-04-09 00:22:50 +01:00 |
|
C. R. Oldham
|
d377f9b1ec
|
Zypper chokes when the repo name does not match what is in the metadata and GPG keys need to be accepted.
|
2016-04-08 15:32:52 -06:00 |
|
Denys Havrysh
|
8325af94ec
|
README: add note about Dockerfile
|
2016-04-08 17:19:58 +03:00 |
|
Clark Perkins
|
4086694e67
|
Merged in develop
|
2016-04-06 16:11:24 -05: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 |
|
Pedro Algarvio
|
8cd20b25a1
|
Merge pull request #785 from jfindlay/fedora
get tornado from pip on a fedora git install
|
2016-03-30 13:17:35 +01:00 |
|
Pedro Algarvio
|
cd2c5b57d5
|
Merge pull request #787 from vutny/update-readme
Update README
|
2016-03-30 13:14:24 +01: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 |
|
Justin Findlay
|
6367592fe3
|
get tornado from pip on a fedora git install
|
2016-03-28 12:09:39 -06:00 |
|
Denys Havrysh
|
ae88f3152c
|
Rename the script to bootstrap_salt.sh in README
|
2016-03-28 10:38:56 +03:00 |
|
Jared E Stroud
|
879def7a23
|
Lack of HTTPS for RPM packages.
|
2016-03-26 15:47:13 -04:00 |
|
Ryan Walder
|
aad6c2c560
|
Add config_freebsd_salt func so freebsd puts cfgs in the right place
FreeBSD uses /usr/local/etc/salt as config dir not /etc/salt, this adds
a wrapper function to set the right config dir for config_salt to use.
|
2016-03-22 14:02:13 +00: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 |
|
Pedro Algarvio
|
b5be6fed94
|
Merge pull request #771 from vutny/fix-sleep-option
Fix sleep time option to recognize a numeric argument
|
2016-03-10 10:15:22 +00:00 |
|
Denys Havrysh
|
1b9ea4f00f
|
Ignore lint warning SC2164
|
2016-03-10 11:01:22 +02:00 |
|
Denys Havrysh
|
a41d9078ef
|
Fix sleep time option to recognize a numeric argument
|
2016-03-10 10:53:52 +02:00 |
|
Pedro Algarvio
|
6f5ea12ea0
|
Merge pull request #768 from vutny/fix-lint-errors
Fix multiple lint errors (shellcheck) and make some refactoring
|
2016-03-09 12:58:04 +00:00 |
|
Denys Havrysh
|
15fef41308
|
Bump version (develop branch went far ahead)
|
2016-03-09 12:30:54 +02:00 |
|
Denys Havrysh
|
1987444c41
|
Small indentation fixes
|
2016-03-09 12:27:10 +02:00 |
|
Denys Havrysh
|
5696216b54
|
Make sleep time variable and constant more clear
|
2016-03-09 12:23:01 +02:00 |
|
Denys Havrysh
|
5078c51723
|
Small correction to usage instructions
|
2016-03-08 13:28:42 +02:00 |
|
Denys Havrysh
|
448c66b4be
|
Align global variable names
|
2016-03-07 11:42:20 +02:00 |
|
Denys Havrysh
|
5ac8937330
|
Make check_pip_allowed() a "private" function
|
2016-03-06 11:50:44 +02:00 |
|
Denys Havrysh
|
f47afeb117
|
Remove duplicate QUIT signal in trap statement
|
2016-03-05 12:09:41 +02:00 |
|
Denys Havrysh
|
7cb36114ea
|
Make copyfile() and movefile() functions "private"
|
2016-03-04 10:33:47 +02:00 |
|
Denys Havrysh
|
9210b87b89
|
Drop useless commented lines
|
2016-03-04 10:32:46 +02:00 |
|
Denys Havrysh
|
c69974cd34
|
Make __install_debian_stable function "public"
|
2016-03-03 10:12:50 +02:00 |
|
Denys Havrysh
|
6034642577
|
Rename choose_openbsd_mirror() to __choose_openbsd_mirror() (make internal)
|
2016-03-02 11:52:22 +02:00 |
|
Denys Havrysh
|
a719022410
|
Deprecate config_freebsd_salt() function, there is no purpose for it
|
2016-03-02 11:50:54 +02:00 |
|
Denys Havrysh
|
ccdd294dec
|
Rename linkfile() to __linkfile() (mark for internal use)
|
2016-02-28 22:55:23 +02:00 |
|
Denys Havrysh
|
cf85b21a7e
|
Fix lint warning ShellCheck.SC2164
|
2016-02-28 22:48:46 +02:00 |
|
Denys Havrysh
|
10628e0aa8
|
Fix lint warning ShellCheck.SC2166
|
2016-02-28 22:47:31 +02:00 |
|
Denys Havrysh
|
c4457433cc
|
Remove duplicate lines in install_openbsd_deps function
|
2016-02-28 17:17:09 +02:00 |
|
Denys Havrysh
|
8d74e90a55
|
Fix indentation
|
2016-02-28 17:12:20 +02:00 |
|
Denys Havrysh
|
edcf655160
|
Refactor install_openbsd_deps function
|
2016-02-28 17:08:43 +02:00 |
|
Denys Havrysh
|
63a55c7bad
|
Refactor choose_openbsd_mirror function
|
2016-02-28 12:17:22 +02:00 |
|
Denys Havrysh
|
d762a7336e
|
Fix FreeBSD pkg conf file
|
2016-02-28 11:32:31 +02:00 |
|
Denys Havrysh
|
903f5c5551
|
Fix some shellcheck warnings
|
2016-02-28 11:20:37 +02:00 |
|
Pedro Algarvio
|
6c4f3b5a39
|
Merge pull request #765 from vutny/centos7-import-gpg-rpm
Import CentOS 7 GPG key on RHEL for installing base dependencies from Salt corp repo
|
2016-02-26 14:28:28 +00:00 |
|
Denys Havrysh
|
9e21f790d2
|
Fix lint error
|
2016-02-26 12:07:07 +02:00 |
|
Pedro Algarvio
|
87df8a01ec
|
Merge pull request #760 from beardedeagle/code-cleanup
fixing syntax errors
|
2016-02-23 09:14:04 +00:00 |
|
Denys Havrysh
|
173a7cf64e
|
Securely create temp file
|
2016-02-23 10:38:41 +02:00 |
|