Erik Johnson
c88269351b
Remove references to yumpkg in documentation
2013-12-13 18:01:34 -06:00
Erik Johnson
005d775e50
move yumpkg.py to salt-contrib
...
See https://github.com/saltstack/salt-contrib/pull/57 for the
corresponding pull request.
2013-12-13 17:57:36 -06:00
Thomas S Hatch
f20b879b29
Merge pull request #9253 from terminalmage/list-repo-pkgs
...
Add pkg.list_repo_args to yumpkg5
2013-12-13 15:52:20 -08:00
Erik Johnson
8d305854e8
Add pkg.list_repo_args to yumpkg5
...
This commit adds a new function to yumpkg5 which allows you list the
packages available in the different repositories. This can be used to
get the repo name and version number to aid in configuring version
pinning in states.
This also changes list_pkgs to use repoquery, since rpm does not support
the REPOID tag in a queryformat string.
2013-12-13 17:46:57 -06:00
Thomas S Hatch
aa29589c18
Merge pull request #9252 from hulu/avoid-shadowing
...
dockerio state: avoid shadowing running() func
2013-12-13 15:46:15 -08:00
Chris Rebert
e1b29e378a
dockerio state: avoid shadowing running() func
2013-12-13 15:39:47 -08:00
Thomas S Hatch
1216169d00
pylint
2013-12-13 16:32:08 -07:00
Thomas S Hatch
0569fd06de
pytlint
2013-12-13 16:30:47 -07:00
Thomas S Hatch
e674b5c250
Merge pull request #9251 from hulu/saltenv-env-defaulting-compat-fileclient
...
add some apparently-missing env/saltenv compatibility code to fileclient
2013-12-13 15:23:36 -08:00
Chris Rebert
caa847303a
add some apparently-missing env/saltenv compatibility code to fileclient
2013-12-13 15:18:03 -08:00
Thomas S Hatch
beed6ae506
Merge pull request #9242 from whiteinge/unit-test-wheel-key
...
Initial stab at integrations tests for wheel modules (starting with the key module)
2013-12-13 15:16:23 -08:00
Thomas S Hatch
bd0bf3c56a
Merge pull request #9250 from cvrebert/patch-1
...
fileclient.py: avoid shadowing file built-in type
2013-12-13 15:15:16 -08:00
Chris Rebert
d23fd16297
fileclient.py: avoid shadowing file built-in type
...
salt/fileclient.py:362: [W0622(redefined-builtin), Client.list_states] Redefining built-in 'file'
2013-12-13 15:13:27 -08:00
Thomas S Hatch
d075540555
Merge pull request #9249 from cvrebert/patch-4
...
win_dns_client mod: rm unused import of re
2013-12-13 15:06:07 -08:00
Chris Rebert
c184b44526
win_dns_client mod: rm unused import of re
...
salt/modules/win_dns_client.py:7: [W0611(unused-import), ] Unused import re
2013-12-13 15:04:41 -08:00
Thomas S Hatch
d87cbc9b9d
Merge pull request #9248 from cvrebert/patch-2
...
win_network mod: rm unused import of re
2013-12-13 15:04:31 -08:00
Pedro Algarvio
c9b3101d17
On the right line!!!
2013-12-13 23:03:57 +00:00
Chris Rebert
56fc0e0b16
win_network mod: rm unused import of re
...
salt/modules/win_network.py:7: [W0611(unused-import), ] Unused import re
2013-12-13 15:03:27 -08:00
Thomas S Hatch
6b0d33784f
Merge pull request #9247 from cvrebert/patch-1
...
salt.utils.parsers: fix typo in module docstring
2013-12-13 15:03:17 -08:00
Thomas S Hatch
7e68b66996
Merge pull request #9246 from cvrebert/patch-3
...
cmdmod: rm unused import of operator module
2013-12-13 15:03:05 -08:00
Seth House
7cfaca6ddb
Add basic lowdata test for master_call
2013-12-13 16:00:34 -07:00
Seth House
f4ea6c2026
Added integration tests for two functions in the key wheel module
2013-12-13 16:00:19 -07:00
Seth House
932cd9708a
Added new TestCase for testing the *Client interfaces
2013-12-13 16:00:19 -07:00
Chris Rebert
71e00f17ff
salt.utils.parsers: fix typo in module docstring
2013-12-13 14:56:22 -08:00
Chris Rebert
a8aae4a46a
cmdmod: rm unused import of operator module
...
salt/modules/cmdmod.py:13: [W0611(unused-import), ] Unused import operator
2013-12-13 14:53:02 -08:00
Thomas S Hatch
035c12219c
Merge pull request #9244 from cvrebert/patch-1
...
states.git.latest(): fix bad format call
2013-12-13 14:51:25 -08:00
Thomas S Hatch
4f2099f6b7
Merge pull request #9245 from cvrebert/patch-2
...
master.py: rm unused import of SaltRunnerError
2013-12-13 14:51:12 -08:00
Chris Rebert
85883b78aa
master.py: rm unused import of SaltRunnerError
...
salt/master.py:54: [W0611(unused-import), ] Unused import SaltRunnerError
2013-12-13 14:49:38 -08:00
Chris Rebert
55ae624b3f
states.git.latest(): fix bad format call
...
salt/states/git.py:272: [E1101(no-member), latest] Instance of 'dict' has no 'format' member
2013-12-13 14:47:42 -08:00
Pedro Algarvio
80e6ba4ae9
Merge pull request #9243 from techhat/atfork
...
Update docs to reflect pycrypto dependency
2013-12-13 14:46:57 -08:00
Pedro Algarvio
eebbaeae0a
Re-add the pylint disable comment
2013-12-13 22:45:52 +00:00
Joseph Hall
c968443508
Update docs to reflect pycrypto dependency
2013-12-13 15:43:24 -07:00
Pedro Algarvio
b5ee40f7d5
Take into account lower PyCrypto versions (<2.1)
2013-12-13 22:42:57 +00:00
Thomas S Hatch
49f4ae324f
Changed underlying error message to be more concise
2013-12-13 15:27:44 -07:00
Pedro Algarvio
43aad7ba59
Quiet Pylint
2013-12-13 22:32:42 +00:00
Thomas S Hatch
f8de5141ae
fix syntax error
2013-12-13 15:25:35 -07:00
Joseph Hall
e9bdd4948b
Re-init Crypto.Random.atfork() to prevent multiprocessing bugs
2013-12-13 15:22:38 -07:00
Thomas S Hatch
476f0b8a25
Apply yaml_utf8 to test config
2013-12-13 15:20:50 -07:00
Thomas S Hatch
a315a8ea1c
Merge pull request #9241 from techhat/atfork
...
Re-init Crypto.Random.atfork() to prevent multiprocessing bugs
2013-12-13 14:25:24 -08:00
Thomas S Hatch
26ec36144d
Add support for testign against python 2.6
2013-12-13 15:09:52 -07:00
Thomas S Hatch
3bc2db951e
Warning does not reflect the correct deprecation path, removing for now
2013-12-13 14:52:48 -07:00
Thomas S Hatch
167c110f43
Add doc for yaml_utf8
2013-12-13 14:40:47 -07:00
Thomas S Hatch
7e912c6106
check for config.get
2013-12-13 14:36:44 -07:00
Thomas S Hatch
b15966866c
lint fixes
2013-12-13 14:34:30 -07:00
Thomas S Hatch
fd9cae13d2
Merge pull request #9231 from cachedout/format_in_9230
...
format instead of printf
2013-12-13 13:15:10 -08:00
Thomas S Hatch
b8cfb5ff5d
Merge pull request #9228 from ffzg/develop
...
Fix bond and bridge option rendering order, add complete option parsing for Debian bridge interfaces
2013-12-13 13:14:08 -08:00
Thomas S Hatch
65e87b266b
Merge pull request #9224 from whiteinge/wheel-call_func-fix
...
Correctly pass kwargs through to wheel.call_func
2013-12-13 13:12:17 -08:00
Thomas S Hatch
c035100a6c
Merge pull request #9223 from kaithar/feature/expose-global-highstate
...
Expose global highstate for the benefit of pydsl
2013-12-13 13:09:21 -08:00
Thomas S Hatch
ecca2659ba
Merge pull request #9222 from cachedout/overstate_test
...
Overstate test
2013-12-13 13:03:53 -08:00
Thomas S Hatch
2cec7899de
Always use is_windows for speed and standardization
2013-12-13 13:54:29 -07:00