Andrew
|
7febb06223
|
Sneaky white space
Using the web based editor and some white space found its way in.
|
2015-10-13 16:50:47 -06:00 |
|
Andrew
|
31d54bbe63
|
Note kwags for mdadm in state
already documented in module, just copy over
|
2015-10-13 16:50:39 -06:00 |
|
Nathan W
|
30e6b055ec
|
Small documentation error fixed
|
2015-10-13 16:44:31 -06:00 |
|
Colton Myers
|
722327ee5f
|
Merge pull request #27885 from basepi/merge-forward-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
|
2015-10-13 16:44:20 -06:00 |
|
Colton Myers
|
5ecd5615f2
|
Remove failing heavily-mocked test
|
2015-10-13 15:08:40 -06:00 |
|
rallytime
|
13a9bc9053
|
Use eipalloc instead of eni in EC2 interface properties example
Fixes #27815
|
2015-10-13 14:46:01 -06:00 |
|
Nicolas Delaby
|
a1d0ba392f
|
fixup! Do not pass any argument to docker.start
|
2015-10-13 20:53:11 +02:00 |
|
Nicolas Delaby
|
8cddbb15c4
|
prevent potential error while reporting mismatch versions to user.
|
2015-10-13 20:03:15 +02:00 |
|
Nicolas Delaby
|
65c8762e1f
|
Do not pass any argument to docker.start
docker.create is responsible to manage all of them, since docker API 1.16
|
2015-10-13 19:39:32 +02:00 |
|
Nicolas Delaby
|
d8cca2a009
|
docker.version_info is now provided.
|
2015-10-13 19:34:24 +02:00 |
|
Mike Place
|
36f05fb526
|
Merge pull request #27882 from twangboy/win_task_module
Created win_task.py module
|
2015-10-13 10:54:13 -06:00 |
|
twangboy
|
56c3f3ebb2
|
Fixed an egregious error with an import
|
2015-10-13 09:57:10 -06:00 |
|
Mike Place
|
577191696d
|
Merge pull request #27802 from terminalmage/issue27738
Correct warning logging when update lock is present for git_pillar/winrepo, add runner function for clearing git_pillar/winrepo locks
|
2015-10-13 09:09:11 -06:00 |
|
Mike Place
|
d655bb3616
|
Merge pull request #27886 from rallytime/fix-26632
Handle group lists as well as comma-separated group strings.
|
2015-10-13 09:00:09 -06:00 |
|
Mike Place
|
a158cd50e6
|
Merge pull request #27746 from alprs/fix-timedatectl_failure
timezone module: handle timedatectl errors
|
2015-10-13 08:55:27 -06:00 |
|
Mike Place
|
9dc19caa79
|
Merge pull request #27816 from alprs/fix-reboot_delay
Make system.reboot use `shutdown -r` when available
|
2015-10-13 08:52:06 -06:00 |
|
Mike Place
|
dd92b8a2e3
|
Merge pull request #27874 from rallytime/deprecation-docs
Add mention of Periodic Table naming scheme to deprecation docs
|
2015-10-13 08:51:45 -06:00 |
|
Mike Place
|
7f96ebd69e
|
Merge pull request #27883 from terminalmage/git-merge_base-is_ancestor
Work around --is-ancestor not being present in git-merge-base before git 1.8.0
|
2015-10-13 08:51:27 -06:00 |
|
Mike Place
|
4fb20d9b4f
|
Merge pull request #27877 from rallytime/bp-27774
Back-port #27774 to 2015.8
|
2015-10-13 08:50:45 -06:00 |
|
Mike Place
|
97da0a87e3
|
Merge pull request #27878 from rallytime/fix-26284
Use apache2ctl binary on SUSE in apache module
|
2015-10-13 08:45:56 -06:00 |
|
Mike Place
|
067968c0e4
|
Merge pull request #27879 from cro/proxydoc
Add docs for 2015.8.2+ changes to proxies
|
2015-10-13 08:45:30 -06:00 |
|
twangboy
|
07939ea29c
|
More lint
|
2015-10-12 17:02:34 -06:00 |
|
twangboy
|
14e060ed9c
|
Fixed some tests
|
2015-10-12 16:54:10 -06:00 |
|
twangboy
|
1e1bd29426
|
Fixed some lint
|
2015-10-12 16:34:40 -06:00 |
|
rallytime
|
d235abf907
|
Handle group lists as well as comma-separated group strings.
Fixes #26632
|
2015-10-12 16:30:50 -06:00 |
|
Colton Myers
|
3b5e16db67
|
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
Conflicts:
salt/modules/postgres.py
salt/states/postgres_user.py
|
2015-10-12 16:24:05 -06:00 |
|
Erik Johnson
|
45c666e8dd
|
Work around --is-ancestor not being present in git-merge-base before git 1.8.0
See https://github.com/saltstack/salt/issues/27487#issuecomment-146683397
|
2015-10-12 17:05:46 -05:00 |
|
twangboy
|
082277a727
|
Win_service.py to use the new task module
Necessary to fix issue with date locale related issues
|
2015-10-12 15:58:33 -06:00 |
|
twangboy
|
2212b52620
|
Created win_task.py module
For working with windows task scheduler
Fixes some date problems related to date
|
2015-10-12 15:53:26 -06:00 |
|
Erik Johnson
|
38d715ec0a
|
Remove redundant SaltInvocationError raises
Also add a missing exception message in an earlier check.
|
2015-10-12 16:10:19 -05:00 |
|
C. R. Oldham
|
5b33df9d19
|
Add docs for 2015.8.2+ changes
|
2015-10-12 14:55:19 -06:00 |
|
rallytime
|
87f0d987a3
|
Use apache2ctl binary on SUSE in apache module
Fixes #26284
|
2015-10-12 14:44:51 -06:00 |
|
Erik Johnson
|
922e2018ef
|
Merge pull request #27731 from cro/dunder_proxy
Add __proxy__ to replace opts['proxymodule']
|
2015-10-12 15:41:22 -05:00 |
|
Thayne Harbaugh
|
d940d87306
|
Summary is not correctly inspecting return data to identify not responding|connected minions.
Expands fix in #27099
|
2015-10-12 14:06:00 -06:00 |
|
Andreas Lutro
|
04ef51e524
|
make system.reboot use shutdown -r when available
see issue #27710
|
2015-10-12 21:54:42 +02:00 |
|
C. R. Oldham
|
ba3e423b87
|
Missing object item throws an AttributeError not a NameError.
|
2015-10-12 13:22:15 -06:00 |
|
rallytime
|
8c056ba501
|
Add mention of Periodic Table naming scheme to deprecation docs
|
2015-10-12 13:08:50 -06:00 |
|
Andreas Lutro
|
f616b550b2
|
lint - use indexed curly brace formatting
|
2015-10-12 20:53:32 +02:00 |
|
Justin Findlay
|
bc0f167850
|
update timezone mod unit tests for errors
|
2015-10-12 11:39:03 -06:00 |
|
Erik Johnson
|
1dbc3b5489
|
Fix comment in docstring that trailed off mid-sentence
|
2015-10-12 12:35:09 -05:00 |
|
Mike Place
|
c9c3b7760e
|
Merge pull request #27726 from jfindlay/hashhosts
deprecate hash_hostname in favor of hash_known_hosts
|
2015-10-12 10:19:09 -06:00 |
|
Mike Place
|
18e31584b0
|
Merge pull request #27776 from jfindlay/local_msg
return message when local jobs_cache not found
|
2015-10-12 10:11:41 -06:00 |
|
Mike Place
|
644f003fb2
|
Merge pull request #27745 from alprs/fix-virtualenv_pip_upgrade
Add pip_upgrade arg to virtualenv.managed state
|
2015-10-12 10:11:02 -06:00 |
|
Erik Johnson
|
698f477336
|
Merge pull request #27809 from ticosax/remove-dockerng.ps-caching
[dockerng] Remove dockerng.ps caching
|
2015-10-12 11:07:47 -05:00 |
|
Erik Johnson
|
e96d06d71a
|
Merge pull request #27859 from ticosax/clarify-doc-port-bindings
[dockerng] Clarify doc port bindings
|
2015-10-12 11:06:27 -05:00 |
|
C. R. Oldham
|
4cf2b56d5f
|
Lint.
|
2015-10-12 10:01:01 -06:00 |
|
Mike Place
|
ba2a39d4b7
|
Merge pull request #27748 from multani/fix-8646
Fix #8646
|
2015-10-12 09:55:57 -06:00 |
|
C. R. Oldham
|
dc07245df2
|
@rallytime is awesome. Moved proxy=None to end of def minion_mods
|
2015-10-12 09:50:21 -06:00 |
|
Erik Johnson
|
94b5fc572f
|
Process both old and ng winrepo configs when clearing git locks
Also fixed a missing import.
|
2015-10-12 10:45:13 -05:00 |
|
Nicole Thomas
|
ce1493e06b
|
Merge pull request #27850 from rallytime/bp-27722
Back-port #27722 to 2015.8
|
2015-10-12 09:31:58 -06:00 |
|