Commit Graph

25970 Commits

Author SHA1 Message Date
Michael Birtwell
6a3a483355 Squash some pylint warnings 2014-02-13 13:45:43 +00:00
Michael Birtwell
c2d9af2d35 Modify syndic main loop to make it more responsive
Should fix:
* new_job events from the syndic masters some times take a long time to be
  returned
* saltutil.find_job commands sometimes take a long time to propagate
  through the syndic to the syndic minions.
2014-02-13 13:45:43 +00:00
Michael Birtwell
6b16066ea7 Logging 2014-02-13 13:43:31 +00:00
Pedro Algarvio
3da1bae68f Merge pull request #10416 from UtahDave/fix_win_filemanaged
Fix win filemanaged  fixes #10362
2014-02-13 11:33:00 +00:00
David Boucha
8a8fd2cedb Merge pull request #10412 from obestwalter/patch-1
fix typo in docstring
2014-02-13 03:27:21 -07:00
David Boucha
396911003c namespace win_file.append
fixes #10233
2014-02-13 03:14:18 -07:00
David Boucha
22e680c697 properly namespace win_file.remove
fixes #10233
2014-02-13 03:10:46 -07:00
David Boucha
34c068ec49 use two spaces before inline comment
Keep pylint happy
2014-02-13 02:54:32 -07:00
David Boucha
d1d63974ee add missing imports 2014-02-13 02:11:31 -07:00
David Boucha
69c2c644a8 add more namespaced modules for windows 2014-02-13 01:55:56 -07:00
David Boucha
01ab5ac943 catch NameError because of Windows 2014-02-13 01:53:27 -07:00
Oliver Bestwalter
983697c2be fix typo in docstring 2014-02-13 09:06:28 +01:00
Pedro Algarvio
ba7a92860c Merge pull request #10411 from johnnoone/patch-1
Update yamldumper.py
2014-02-13 08:03:52 +00:00
johnnoone
0a1700b64a Update yamldumper.py
fixed wrong import
2014-02-13 08:51:33 +01:00
Joseph Hall
1026dbea61 Merge pull request #10405 from cachedout/getting_started
Improvements to clarity and readability.
2014-02-12 19:31:21 -07:00
Mike Place
cdd163569c Improvements to clarity and readability. New YAML page, currently unlinked. 2014-02-12 17:15:05 -07:00
Thomas S Hatch
ae961b689d remove unused import 2014-02-12 16:02:21 -07:00
Thomas S Hatch
7c976f5671 Merge pull request #10401 from rallytime/dnsutil_test
Started testing dnsutil
2014-02-12 15:51:09 -07:00
rallytime
661ed0ef2d Started testing dnsutil 2014-02-12 14:53:58 -07:00
Thomas S Hatch
1ee5d4783e Add docstring to saltutil.mmodule 2014-02-12 14:24:11 -07:00
Thomas S Hatch
54881470fb Stub out lint issues in the mmodule 2014-02-12 14:22:09 -07:00
Thomas S Hatch
89affa8040 temporarily disable lint on raet files until the dust settles 2014-02-12 14:07:56 -07:00
Thomas S Hatch
7be372fb09 Whitespace 2014-02-12 13:41:56 -07:00
Thomas S Hatch
3c3bf21d44 Call parent class __init__ 2014-02-12 13:39:26 -07:00
Thomas S Hatch
3fb1e0b60c stacking whitespace cleanup 2014-02-12 13:27:01 -07:00
Thomas S Hatch
ad751a41b6 whitespace and lint 2014-02-12 13:19:24 -07:00
Thomas S Hatch
d03a134011 single quotes 2014-02-12 13:18:18 -07:00
Joseph Hall
588a744784 Merge pull request #10396 from hulu/fix-indent-whitespace
fix indentation & trailing whitespace in pkg state
2014-02-12 12:55:57 -07:00
Joseph Hall
acbb9a4569 Merge pull request #10398 from hulu/pkg-res-shadow
modules.pkg_resource: avoid shadowing outer version() func
2014-02-12 12:54:21 -07:00
Pedro Algarvio
1c5f82bd11 Merge pull request #10399 from hulu/lxc-shadowing
avoid shadowing outer funcs in modules.lxc.list_()
2014-02-12 18:55:33 +00:00
Chris Rebert
c820bdbeed avoid shadowing outer funcs in modules.lxc.list_()
************* Module salt.modules.lxc
salt/modules/lxc.py:294: [W0621(redefined-outer-name), list_] Redefining name 'info' from outer scope (line 468)
salt/modules/lxc.py:297: [W0621(redefined-outer-name), list_] Redefining name 'state' from outer scope (line 409
2014-02-12 10:46:49 -08:00
Chris Rebert
1d0ce14f4a modules.pkg_resource: avoid shadowing outer version() func 2014-02-12 10:42:35 -08:00
Pedro Algarvio
2210247ede Merge pull request #10397 from cvrebert/patch-1
rm unused imports in deb_apache module
2014-02-12 18:42:33 +00:00
Chris Rebert
9c6fcdd4a7 rm unused imports in deb_apache module
************* Module salt.modules.deb_apache
salt/modules/deb_apache.py:14: [W0611(unused-import), ] Unused import urllib2
salt/modules/deb_apache.py:12: [W0611(unused-import), ] Unused import re
2014-02-12 10:37:42 -08:00
Chris Rebert
ab0c233fc3 fix indentation & trailing whitespace in pkg state 2014-02-12 10:35:01 -08:00
Pedro Algarvio
be8d29e108 Merge pull request #10395 from cvrebert/patch-1
apache module: rm unused import of `os`
2014-02-12 18:32:43 +00:00
Chris Rebert
b76d8f8cef apache module: rm unused import of os
************* Module salt.modules.apache
salt/modules/apache.py:12: [W0611(unused-import), ] Unused import os
2014-02-12 10:29:10 -08:00
Thomas S Hatch
c1be7caa08 Merge pull request #10393 from rallytime/dnsutil_test
Fixed Test
2014-02-12 11:26:16 -07:00
rallytime
2035e7d153 Added S0undt3ch's skipIf suggestion 2014-02-12 11:04:35 -07:00
Thomas S Hatch
19610afac0 Merge pull request #10376 from bemehow/skip_suggestions_pkg
added strick package name matching flag, skip_suggestions
2014-02-12 10:56:00 -07:00
Thomas S Hatch
b1e904d384 single quotes 2014-02-12 10:49:00 -07:00
Thomas S Hatch
546c5d1534 Merge pull request #10364 from johnnoone/yaml-dumper
added yaml dumper that renders OrderedDict to YAML map
2014-02-12 10:46:45 -07:00
Thomas S Hatch
a8b3b121b0 Merge pull request #10338 from bemehow/mount-fix
handling lack of fstab as not-error
2014-02-12 10:44:40 -07:00
Thomas S Hatch
0d9b9f2679 Merge pull request #10249 from Stelminator/minion_dry
DRY up a bunch of shared minion code.
2014-02-12 10:38:15 -07:00
Thomas S Hatch
72c763296c Merge pull request #10390 from SmithSamuelM/sam_raet_3
Sam raet 3
2014-02-12 10:37:44 -07:00
rallytime
1b55edd4fb We cannot use the requires_salt_modules decorator because we do not inherit from an integration test class. 2014-02-12 10:36:22 -07:00
Pedro Algarvio
88ed72ced5 Merge pull request #10392 from techhat/apache
Break out Debian-specific functions into deb_apache.py
2014-02-12 17:35:06 +00:00
Joseph Hall
e7344ad577 Fix docstrings for mod functions 2014-02-12 10:22:01 -07:00
Joseph Hall
e21cb98850 Break out Debian-specific functions into deb_apache.py 2014-02-12 10:12:04 -07:00
Thomas S Hatch
8f0032b1a6 Clean up and refactor mmodule over to saltutil per #10273 2014-02-12 10:03:15 -07:00