Commit Graph

12491 Commits

Author SHA1 Message Date
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
Thomas S Hatch
4dd5cda506 refine config lookup in fcache.update 2013-04-20 01:04:47 -06:00
Thomas S Hatch
64d56525b7 Refine logging for apt, otherwise it fires with every non-debian os 2013-04-20 00:55:31 -06:00
Thomas S Hatch
5e57991f33 close fcache try block 2013-04-20 00:51:44 -06:00
Thomas S Hatch
bb4defab0c Merge pull request #4550 from basepi/sshfix4170
Fix ssh_auth.absent to check only the key, not the whole key line
2013-04-19 23:42:05 -07:00
Thomas S Hatch
7977cee270 Merge pull request #4549 from morganfainberg/4514
Addressing issues in #4514
2013-04-19 23:37:01 -07:00
Thomas S Hatch
abf9252d12 Start out on the fcache execution module 2013-04-20 00:31:12 -06:00
Thomas S Hatch
8d124dd125 Add fcache master function to the master server 2013-04-20 00:29:40 -06:00
Colton Myers
f1afc32efa Clean up some PEP8 stuff 2013-04-19 18:56:48 -06:00
Colton Myers
be3e5018a1 Set result=None not return=None for test=True 2013-04-19 18:19:14 -06:00
Colton Myers
f6a2782397 Fix ssh-auth.absent to search for just the key; Fixes #4170
Previously was searching for the whole line, and ssh.rm_auth_key and
ssh.check_key were both expecting just the key part.
2013-04-19 18:17:53 -06:00
Morgan Fainberg
0257bb8acf Formatting Fix for #4514
Formatting fix on warning message(s) when python-software-properties
is unavailable.
2013-04-19 17:00:11 -07:00
Thomas S Hatch
5fada6edad Rotate the publish crypt session daily 2013-04-19 17:53:32 -06:00
Thomas S Hatch
8aabd17455 Doh! Default the mtime to an integer 2013-04-19 17:42:53 -06:00
Thomas S Hatch
7a23a3239f Pass in the cachedir to dropfile 2013-04-19 17:27:51 -06:00
Thomas S Hatch
decba62525 Fix #4520
Call for a refresh on the publish session key when removing keys
and rejecting keys forcing rejected minions to re-auth
2013-04-19 17:21:16 -06:00
Thomas S Hatch
b177b9b46c Move to salt.crypt 2013-04-19 17:21:16 -06:00
Thomas S Hatch
c9f5e30976 Add dropfile function to utils 2013-04-19 17:21:16 -06:00
Thomas S Hatch
f6fd94015e Allow for the main session key to be updated hot 2013-04-19 17:21:16 -06:00
Morgan Fainberg
cde0c2765d Fix for #4514
Cleaning up warning/error messages for issue #4514.  There are now
log messages when either aptsources.sourceslist or
softwareproperties.ppa fail to import.  There are also clearer
log warnings when trying to use functions from either.
2013-04-19 16:18:15 -07:00
Thomas S Hatch
ac3083e907 Merge pull request #4548 from s0undt3ch/develop
Include the filesystem cleanup options group into the parser.
2013-04-19 15:54:35 -07:00
Thomas S Hatch
75c0c2b608 Merge pull request #4547 from sfdc-kho/develop
Add user wildcard matching for external auth
2013-04-19 15:54:04 -07:00
Pedro Algarvio
7e0b13a493 Include the filesystem cleanup options group into the parser. 2013-04-19 22:36:02 +01:00
Kim Ho
327ad06f34 Add user wildcard matching for external auth 2013-04-19 14:14:31 -07:00
David Boucha
b94dbf9784 Merge pull request #4506 from pengyao/develop
delete `salt`. the sql statements
2013-04-19 13:20:36 -07:00
Thomas S Hatch
557faf02be Merge pull request #4545 from syphernl/patch-1
Update ubuntu.rst
2013-04-19 13:17:06 -07:00