Commit Graph

12360 Commits

Author SHA1 Message Date
David Boucha
94196e0d22 Remove extra import 2013-04-22 17:07:52 -06:00
David Boucha
0ff547915f Check for syslog. Doesn't exist on Windows 2013-04-22 17:02:16 -06:00
Thomas S Hatch
91560e58ef Merge pull request #4567 from s0undt3ch/hotfix/fix-travis-again
Some more tests fixing.
2013-04-22 14:46:07 -07:00
Thomas S Hatch
e24552aebf Merge pull request #4568 from UtahDave/develop
split user groups on two spaces when parsing Windows groups.
2013-04-22 14:45:46 -07:00
David Boucha
0c4ede055d split user groups on two spaces 2013-04-22 15:43:23 -06:00
Pedro Algarvio
b36747b084 pkg.expand_repo_def is allowed to fail on the sysmod integration tests. 2013-04-22 22:40:15 +01:00
Pedro Algarvio
a1a15c0deb Add salt cli examples. 2013-04-22 22:36:52 +01:00
Pedro Algarvio
de99865de9 Switch usage for cli example. Double to single quotes plus formatting. 2013-04-22 22:30:45 +01:00
Pedro Algarvio
0d5c3b5f0c Add cmd.run_all to __salt__. Required for the unit test. 2013-04-22 22:26:05 +01:00
Thomas S Hatch
84cdaaa862 Merge pull request #4566 from UtahDave/fix_win_useradd
Fixed problems with user.add on Windows.
2013-04-22 14:11:31 -07:00
Thomas S Hatch
7fb3b59efb Merge pull request #4565 from s0undt3ch/hotfix/fix-travis-again
Some more tests fixing.
2013-04-22 14:08:12 -07:00
Pedro Algarvio
50a12a13f5 kwargs should be passed as kwarg to client.cmd. 2013-04-22 22:04:33 +01:00
David Boucha
12567b7230 add change full name function 2013-04-22 15:04:19 -06:00
David Boucha
53c1ea134a check for gid existence 2013-04-22 14:54:43 -06:00
David Boucha
d7c8fd23b5 Add empty gid to user.info on Windows 2013-04-22 14:45:26 -06:00
Thomas S Hatch
9107a295a9 Merge pull request #4563 from UtahDave/fix_win_useradd
Accept all arguments coming from the user state
2013-04-22 13:06:58 -07:00
David Boucha
f5871bd423 Accept all arguments coming from the user state 2013-04-22 13:44:47 -06:00
Pedro Algarvio
c1298fc6e3 Only format() once. Don't create the debug message, just log it. 2013-04-22 20:39:31 +01:00
Pedro Algarvio
1f7a1aed70 Juice the information out! 2013-04-22 20:37:06 +01:00
Pedro Algarvio
01ac99b0b4 Add examples to the docstrings in salt.modules.dnsutils. 2013-04-22 20:09:00 +01:00
Thomas S Hatch
2f23d5ff74 Add CLI for consistency 2013-04-22 13:08:16 -06:00
Thomas S Hatch
66dc4b53f2 Merge pull request #4561 from s0undt3ch/hotfix/fix-travis-again
Fix tests.
2013-04-22 12:11:02 -07:00
Thomas S Hatch
6f17a5de07 Merge pull request #4560 from ahammond/support_comparison_for_ipv4
support comparisons for IPv4Address
2013-04-22 11:42:35 -07:00
Thomas S Hatch
8340cf15f9 Merge pull request #4559 from s0undt3ch/hotfix/fix-travis-again
Fix travis again
2013-04-22 11:41:50 -07:00
Pedro Algarvio
50ab73218b Define the local client a bit latter. Refs #1935.
This seems to fix #1935. It also fixes the issue we had in which the test-suite would not finish properly it would just hang.
2013-04-22 19:39:02 +01:00
Pedro Algarvio
2ee8b5f935 Remove unused code. 2013-04-22 19:39:02 +01:00
Pedro Algarvio
7836a26c97 Reduce timeout's by a third. 2013-04-22 19:39:02 +01:00
Andrew Hammond
df52848521 support comparisons for IPv4Address 2013-04-22 11:22:00 -07:00
Thomas S Hatch
4b5301b39e Merge pull request #4557 from hulu/copyedits
copyedit English in Python state files
2013-04-22 11:05:25 -07:00
Thomas S Hatch
2d5d4d8cf2 Fix #4536 2013-04-22 12:00:14 -06:00
Joseph Hall
e6e0ad75bd Merge pull request #4558 from UtahDave/fix_msiexec
Check for msiexec option
2013-04-22 10:49:03 -07:00
Chris Rebert
3ef3b208be English copyedits to Python state files 2013-04-22 10:27:44 -07:00
Thomas S Hatch
ac05ae467c Add some docs on minimum worker threads 2013-04-22 11:05:30 -06:00
David Boucha
e2d262008e Check for msiexec first 2013-04-22 09:48:00 -06:00
Thomas S Hatch
d497151209 Merge pull request #4556 from cvrebert/fix-strange-use-of-is-operator
"X is not 0" ==> "X != 0"
2013-04-22 08:16:53 -07:00
Chris Rebert
013e32f6e2 "is not 0" ==> "!= 0" in gentoolkitmod.py
Did someone have Coffeescript on the brain, or what?
2013-04-21 23:22:33 -07:00
Thomas S Hatch
1e50207568 Merge pull request #4555 from cvrebert/patch-1
Fix typo in _mine() docstring in master.py
2013-04-21 23:17:43 -07:00
Chris Rebert
bd11713aa1 'is not 0' ==> '!= 0'; want equality check, not identity check 2013-04-21 23:12:09 -07:00
Thomas S Hatch
3d92e9544e Add docs for the salt mine 2013-04-22 00:07:23 -06:00
Chris Rebert
0c037beb08 Fix typo in _mine() docstring in master.py 2013-04-21 23:04:21 -07:00
Thomas S Hatch
e1ac605fa8 Add logging to min.update 2013-04-21 22:53:59 -06:00
Thomas S Hatch
0d7fa978b3 Force add the mine interval into the sceduler 2013-04-21 22:19:30 -06:00
Pedro Algarvio
e0460a1831 Merge pull request #4554 from techhat/issue4551
Correct locale file for RedHat
2013-04-21 18:26:12 -07:00
Joseph Hall
07bbc9e5f5 Fixing my sloppy mistake 2013-04-21 18:42:31 -06:00
Thomas S Hatch
61daa1a827 Merge pull request #4552 from techhat/issue4551
Add LANG= if not in locale file, fixes #4551
2013-04-20 21:06:14 -07:00
Thomas S Hatch
89e567358c Change the fcache naming to be a mine 2013-04-20 22:04:18 -06:00
Thomas S Hatch
061329ca1f Change fcache to mine 2013-04-20 21:59:49 -06:00
Joseph Hall
d01ed64552 Add LANG= if not in locale file, fixes #4551 2013-04-20 17:17:55 -06:00
Thomas S Hatch
4193e8d2e5 Add fcache.get, to gather data from the fcache 2013-04-20 02:33:35 -06:00
Thomas S Hatch
7125396989 Add fcache_get method to the master to gather fcache data_ 2013-04-20 01:52:46 -06:00