Commit Graph

30898 Commits

Author SHA1 Message Date
Erik Johnson
b1e27e9771 Refactor new yum reinstall support
This cleans up the new reinstall support that was merged yesterday.
2014-05-15 17:45:58 -05:00
Jurnell Cockhren
3355d2ade1 add link to elasticsearch client library docs 2014-05-15 17:17:42 -05:00
Jurnell Cockhren
b17403007d correct master settings 2014-05-15 17:08:01 -05:00
Andrew Burdo
0d358c5c3a Correct iptables rule parameter.
Is "of" stands for "out-interface"?
2014-05-16 00:55:37 +03:00
Mike Place
8f12ac48fb Support returners in scheduler.
Closes #8367
2014-05-15 15:47:53 -06:00
Andrew Burdo
dd0b98745d Add more requisites to STATE_INTERNAL_KEYWORDS. 2014-05-16 00:32:17 +03:00
Mike Place
d17f66a5ae Didn't remove debugging. Oops. 2014-05-15 13:58:08 -06:00
Mike Place
b97830a9a1 Detect lo as a valid loopback interface.
Closes #12811
2014-05-15 13:25:49 -06:00
Elias Probst
5467744259 Correction for #12800.
As pointed out by @whiteinge, test=True should result in result=None.
Fixed the descriptions of the methods as well.

This implementation now follows the logic of file.absent().
2014-05-15 21:19:31 +02:00
rallytime
444cf57a9f Make salt.states.target behave correctly with list of targets 2014-05-15 12:47:26 -06:00
Thomas S Hatch
18561e94ad Merge pull request #12819 from cachedout/6612
Doc fix.
2014-05-15 12:14:38 -06:00
Mike Place
63838373a5 Doc fix.
Resolves #6612
2014-05-15 12:08:19 -06:00
Thomas S Hatch
637db374e8 Merge pull request #12789 from cachedout/7963
Docker module lint and test
2014-05-15 11:19:12 -06:00
Thomas S Hatch
d36c202c9c Merge pull request #12816 from basepi/typofix
Fix confusing typo in config.get docstring
2014-05-15 11:18:06 -06:00
Mike Place
423a6fb508 Remove dup name 2014-05-15 10:28:26 -06:00
Colton Myers
cba4d60d39 Fix confusing typo in config.get docstring 2014-05-15 10:20:26 -06:00
Thomas S Hatch
49033752fe Merge pull request #12795 from whiteinge/doc-python-api-cleanup
Python API docs fixes and cleanup
2014-05-15 10:11:00 -06:00
Thomas S Hatch
e17bb179f5 change some strings to comments per #12798 2014-05-15 10:10:08 -06:00
Thomas S Hatch
b42d8cc724 Merge pull request #12798 from dmyerscough/modify-hostname
Allow Debian and Red Hat systems to be renamed
2014-05-15 10:08:50 -06:00
Thomas S Hatch
a1af3b26a3 Merge pull request #12768 from spsoit/adds_ordereddict_to_jinja
Adds support for OrderedDicts in jinja templates.
2014-05-15 10:06:25 -06:00
Thomas S Hatch
4f3bd9ee11 Merge pull request #12800 from eliasp/states-rdp_correct-test-support
Return proper results for 'test=True'
2014-05-15 10:02:54 -06:00
Mike Place
c94d8f71b1 Fixing lint errors.
Re-introduced some kwargs and args there were here originally.
These will require some additional refactoring to fully remove.
2014-05-15 09:53:30 -06:00
Mike Place
a3c848ede8 Heavy linting of docker module and re-do docker tests. 2014-05-15 09:53:30 -06:00
Joseph Hall
7e186bbb4b Merge pull request #12814 from eliasp/patch-1
Typo (successfull → successful)
2014-05-15 09:47:07 -06:00
Elias Probst
202a5b7544 Typo (successfull → successful) 2014-05-15 17:45:55 +02:00
Mathieu Le Marec - Pasquet
c8a681ebfa filter on profile & providers if any 2014-05-15 16:52:51 +02:00
Joseph Hall
a3e750603d Merge pull request #12805 from tankywoo/develop
states.iptables support custom rule filename to save
2014-05-15 07:24:44 -06:00
Joseph Hall
b195e78eba Merge pull request #12797 from gtmanfred/develop
use 3 attr instead of if statement for item.progress
2014-05-15 05:51:36 -06:00
Elias Probst
e0091310ff Return proper results for 'test=True' 2014-05-15 09:24:00 +02:00
Damian Myerscough
c3cd68f262 Allow Debian and Red Hat systems to be renamed 2014-05-14 22:13:51 -07:00
Daniel Wallace
f9f9f10eaf use 3 attr instead of if statement for item.progress 2014-05-14 22:54:03 -05:00
Joseph Hall
e91be299fc Merge pull request #12796 from gtmanfred/develop
don't error if the server doesn't have a progress
2014-05-14 21:36:43 -06:00
Erik Johnson
a9aa0d90f7 Merge pull request #12608 from jond64/pkg.install-reinstall
Pkg.install reinstall
2014-05-14 22:27:56 -05:00
Daniel Wallace
22e1552152 don't error if the server doesn't have a progress 2014-05-14 22:13:51 -05:00
Seth House
d0a7140ae6 Reorganized the Python API docs to be more Python-centric 2014-05-14 19:58:37 -06:00
Seth House
57b26354dd Fixed incorrect documentation on the master/client config functions
Fleshed out the function docstrings and pulled those into the Python API
docs.
2014-05-14 18:49:29 -06:00
Jurnell Cockhren
ecfcbb4b6f Added preliminary documentation 2014-05-14 18:42:21 -05:00
Thomas S Hatch
0d9ab156d6 Merge pull request #12787 from rallytime/pylint_fix
Fix for python 3 indexing exceptions
2014-05-14 17:08:14 -06:00
rallytime
16dc0217d9 Fix for python 3 indexing exceptions 2014-05-14 16:25:40 -06:00
Thomas S Hatch
988101cf8d update tests to handle new return data from states 2014-05-14 16:09:27 -06:00
Thomas S Hatch
08cafe2a25 Fix #7328 2014-05-14 16:01:28 -06:00
Thomas S Hatch
4b1ceffa7b change unreachable code 2014-05-14 15:36:42 -06:00
Thomas S Hatch
b2150d94db fix mytypos in my typo fixing 2014-05-14 15:21:36 -06:00
Thomas S Hatch
a0a9060a1b NO FIRST PERSON!!! 2014-05-14 15:18:54 -06:00
Seth House
82dbed876f Merge pull request #12785 from dnd/add_rbenv_to_ruby_gem_docs
Indicate rbenv support in 'gem' module and states
2014-05-14 14:53:36 -06:00
Chad Heuschober
f194f5e2b2 Removes unnecessary collections import. 2014-05-14 16:35:27 -04:00
Chad Heuschober
f4b7422c7d Changed OrderedDict provider to salt.utils.odict for backwards compat with py2.6 2014-05-14 16:31:43 -04:00
Chad Heuschober
1f8c20fadb Adds support for OrderedDicts in jinja templates. 2014-05-14 16:31:43 -04:00
Joseph Hall
740585e919 Merge pull request #12786 from hulu/s3-pylint
use list comprehension instead of filter() to avoid pylint warning
2014-05-14 14:30:22 -06:00
Thomas S Hatch
30d462ac4c Fix #12766
@basepi, I need to manually fix this in 2014.1, don't cherrypick
2014-05-14 14:07:23 -06:00