Jεan Sacren
398793bfc0
Fix minor document error of test.assertion ( #33067 )
2016-05-05 06:50:46 -07:00
Megan Wilhite
f8757631b2
Saltfile with pillar tests ( #33045 )
...
* add file.managed with pillar data tests
* do not require git for other tests
2016-05-04 14:37:57 -06:00
Thomas S Hatch
1d7892421e
Backport #33021 manually to 2015.5 ( #33044 )
2016-05-04 14:34:29 -06:00
Nicole Thomas
f00b5f91b3
Add run_on_start docs to schedule.rst ( #32958 )
...
Fixes #22580
2016-05-03 08:56:06 -07:00
lomeroe
edce22a143
backport PR #32732 to 2015.5 fixes #23714 ( #32848 )
2016-04-26 08:39:53 -06:00
Justin Findlay
9b5c14c37c
salt-cloud -u
downloads stable version from bootstrap.saltstack.com by default (#32837 )
...
* salt-cloud -u downloads stable version
* utils.cloud.update_bootstrap: minor edits of docstring
2016-04-25 13:53:54 -06:00
Justin Findlay
9725804448
update bootstrap to 2016.04.18 release ( #32667 )
2016-04-25 11:10:41 -06:00
Nicole Thomas
c842e1e437
Merge pull request #32776 from rallytime/merge-2015.5
...
[2015.5] Merge forward from 2014.7 to 2015.5
2016-04-25 09:18:12 -06:00
Nicole Thomas
7ecbf9f885
Merge pull request #14 from whiteinge/runner-async-low
...
Format low data correct for runner_async
2016-04-22 14:57:45 -06:00
Seth House
211f7b4af1
Format low data correct for runner_async
2016-04-22 14:36:41 -06:00
rallytime
ce72851861
Merge branch '2014.7' into '2015.5'
...
Conflicts:
- salt/netapi/rest_tornado/__init__.py
- salt/netapi/rest_tornado/saltnado.py
2016-04-22 10:24:06 -06:00
Seth House
2775edc176
Saltnado /run fix ( #32590 )
...
* Revert "Verify auth in saltnado run (#32552 )"
This reverts commit b19c5a5ce7
.
* Call runner.cmd_async instead to enforce eauth
* Check for both token or user/pass before giving to Salt
* Remove comment as we're now enforcing auth here
* Lint and functionality fix courtesy of Mike P.
* Don't fail the whole request if there's an eauth problem
2016-04-22 10:10:47 -06:00
Erik Johnson
67d0c81184
Support remote sources in a source list ( #32691 )
...
* Support remote sources in a source list
This commit modifies the source_list check so that remote sources
(http(s), ftp, etc.) are not fetched more than once. To do so, it
adds the use of ``__context__`` in ``cp.cache_file`` and
``file.source_list`` to prevent multiple fetches of a single file in the
same salt run.
* Update tests
Added __context__ to test cases to reflect usage of __context__, and
also added file.source_list to mocked funcs for archive.extracted unit
test.
2016-04-21 08:37:38 -06:00
Nicole Thomas
bd5442d768
Merge pull request #32686 from cachedout/issue_32661
...
Fix stacktrace in batch with dup minion ids
2016-04-19 13:18:50 -06:00
Mike Place
f704df90bc
Fix stacktrace in batch with dup minion ids
...
Resolves #32661
2016-04-19 10:39:31 -06:00
Colton Myers
3ec9502a86
Update "Low Hanging Fruit" to "Help Wanted" ( #32675 )
2016-04-19 07:03:46 -06:00
Mike Place
77bea56b68
Additional documentation on calling exec modules from templates ( #32657 )
...
Refs #32612
2016-04-18 12:16:00 -06:00
Nitin Madhok
c910b8dd51
Fixing critical bug to remove only the specified Host instead of the entire Host cluster ( #32639 )
2016-04-18 08:48:19 -06:00
Nitin Madhok
4568565d45
Add _syspaths.py to .gitignore ( #32638 )
2016-04-18 08:40:54 -06:00
Mike Place
b19c5a5ce7
Verify auth in saltnado run ( #32552 )
...
Refs #32451
2016-04-14 10:16:48 -06:00
Nicole Thomas
027b502335
Merge pull request #32561 from gtmanfred/user_passwords
...
redact passwords and hashes from user.present updates
2016-04-14 09:48:59 -06:00
Daniel Wallace
3db5e78d5d
redact passwords and hashes from user.present updates
...
Fixes #32381
2016-04-13 17:43:35 -05:00
Nicole Thomas
7307bcb88e
Merge pull request #32538 from rallytime/bp-32528
...
Back-port #32528 to 2015.5
2016-04-13 09:06:14 -06:00
rallytime
46a4e8a310
Remove merge conflict line
2016-04-13 09:05:31 -06:00
Andrew Pashkin
e0d947c707
Document "grains" setting in the minion configuration reference
2016-04-13 08:56:05 -06:00
Nicole Thomas
29333e533e
Add documentation for some master/minion configs ( #32454 )
...
Refs #32400
Adds docs for:
- cli_summary
- event_return_queue
- event_return_whitelist
- event_return_blacklist
- file_recv_max_size
- fileserver_followsymlinks
- fileserver_ignoresymlinks
- fileserver_limit_traversal
2016-04-11 10:49:52 -06:00
Nicole Thomas
100c6e1b25
Merge pull request #32458 from terminalmage/clarify-providers-docs
...
Improve and clarify docs on provider overrides.
2016-04-09 08:25:42 -06:00
Erik Johnson
500d3ebbaa
Add link to provider override docs to all group providers
2016-04-08 23:36:02 -05:00
Erik Johnson
83ca01f620
dd link to provider override docs to all shadow providers
2016-04-08 23:34:31 -05:00
Erik Johnson
c5fe38789d
Add link to provider override docs to all user providers
2016-04-08 23:32:41 -05:00
Erik Johnson
5c1c1dda59
Add link to provider override docs to all service providers
2016-04-08 23:04:14 -05:00
Erik Johnson
736f2befc9
Add link to provider override docs to all package providers
2016-04-08 22:58:08 -05:00
Erik Johnson
f9306347cc
Clarify the scope of the provider param in states.
2016-04-08 22:05:36 -05:00
Erik Johnson
af24c82ab0
Add documentation on virtual module provider overrides to the module docs
2016-04-08 22:01:14 -05:00
Erik Johnson
0bc6c97a63
Improve docstrings
2016-04-08 22:00:56 -05:00
Erik Johnson
1948920674
Add external ref to windows package manager docs
2016-04-08 22:00:06 -05:00
Erik Johnson
e7fa21438c
Add new doc pages to toctree
2016-04-08 21:59:21 -05:00
Erik Johnson
f0de1236ec
Move the tables of virtual modules to individual documentation pages
2016-04-08 21:58:11 -05:00
Nicole Thomas
0809126d8e
Merge #32293 with test fixes ( #32418 )
...
* Fix issue #11497
* Remove check for working directory presence in tests
2016-04-07 14:55:25 -06:00
Erik Johnson
bbd8260a42
Ignore Raspbian in service.py __virtual__ ( #32421 )
...
* Ignore Raspbian in service.py __virtual__
This prevents more than one execution module from trying to load as the
service virtual module.
Refs: #32413
* pack __salt__ before loading provider overrides
We can (and should) pack here since we're just packing a reference to the
object. __salt__ needs to be available when we're loading our provider
overrides
* Fix broken __salt__ dict in provider override
Using ret.items() here sets ``__salt__`` to its items (tuple containing
function name and reference), breaking usage of ``__salt__`` inside
overridden functions.
2016-04-07 14:54:38 -06:00
Andres Montalban
690addf0b4
FreeBSD supports packages in format java/openjdk7 so the prior commit broke that functionality. Check freebsd/pkg#1409 for more info.
2016-04-07 09:11:54 -06:00
Nicole Thomas
a36866d7db
Merge pull request #32399 from amontalban/2015.5
...
Backport to fix #28262 for 2015.5 as requested in PR #32376
2016-04-06 16:48:23 -06:00
Andres Montalban
e1ffbd615a
Fixes saltstack/salt#28262 for 2015.5 branch
2016-04-06 19:03:28 -03:00
Mike Place
3f03c5fcf9
Merge pull request #32374 from cachedout/issue_32066
...
Update proxmox documentation
2016-04-05 16:25:16 -06:00
Mike Place
62389d1d1a
Update proxmox documentation
2016-04-05 16:24:26 -06:00
Mike Place
8578089beb
Merge pull request #32339 from Ch3LL/fix_doc_multi-master
...
remove reference to master_alive_check in 2015.5
2016-04-04 14:39:24 -06:00
Ch3LL
2774da288d
remove reference to master_alive_check
2016-04-04 13:49:33 -06:00
Erik Johnson
fbdc47cc55
Merge pull request #32284 from rallytime/config-audit
...
Audit config.py default types and values
2016-04-01 21:00:38 -05:00
rallytime
0491513204
Don't be so explicit. Just use string_types.
2016-04-01 17:12:39 -06:00
Nicole Thomas
0a6d44e57b
Merge pull request #32302 from terminalmage/fix-missing-release
...
Properly support packages with blank "Release" param in pkg.latest_version
2016-04-01 16:13:27 -06:00