Joseph Hall
403ca2671e
Merge pull request #6208 from terminalmage/issue6200
...
Fix caching of 0-byte files
2013-07-17 11:22:35 -07:00
Joseph Hall
abb98845d8
Merge pull request #6210 from hulu/smf-reload-func-alias
...
add __func_alias__ for modules.smf.reload
2013-07-17 11:22:01 -07:00
Chris Rebert
486e4e2b40
add __func_alias__ for modules.smf.reload
...
************* Module salt.modules.smf
W0622:117,0:reload: Redefining built-in 'reload'
2013-07-17 10:55:16 -07:00
Erik Johnson
98cbc25b64
Fix caching of 0-byte files
...
For some reason there was a check to see that the destination for the
cached file exists before writing an empty file. This prevented a 0-byte
file from overwriting a previously non-empty file in the cachedir. This
commit removes that check for the cache file's existence, allowing it to
be overwritten.
2013-07-17 12:26:53 -05:00
Joseph Hall
cde67fc997
Merge pull request #6204 from YanChii/solaris-smf-refresh
...
added service refresh function to Solaris SMF
2013-07-17 08:18:41 -07:00
Erik Johnson
7619d6f92b
Merge pull request #6196 from hulu/6160-fixup
...
mysql mod: use connection_args within db_check() too
2013-07-17 08:15:11 -07:00
YanChii
dd9b8c2716
added service refresh function to Solaris SMF
2013-07-17 16:56:21 +02:00
Pedro Algarvio
e78c907db0
Merge pull request #6195 from cvrebert/patch-1
...
.now() is a classmethod, not a module function
2013-07-17 02:35:34 -07:00
Pedro Algarvio
4c76675ad2
Merge pull request #6197 from cvrebert/patch-2
...
renderers.yaml: rm unused import of getopt
2013-07-17 02:34:40 -07:00
Pedro Algarvio
770c586c4a
Merge pull request #6198 from cvrebert/patch-3
...
utils/__init__.py: some copyediting
2013-07-17 02:33:57 -07:00
Chris Rebert
f9d5f1919b
utils/__init__.py: some copyediting
2013-07-16 23:10:59 -07:00
Chris Rebert
f7f2f97dc3
renderers.yaml: rm unused import of getopt
...
************* Module salt.renderers.yaml
W0611: 4,0: Unused import getopt
2013-07-16 23:00:45 -07:00
Chris Rebert
d200a0e254
mysql mod: use connection_args within db_check() too
2013-07-16 22:43:40 -07:00
Chris Rebert
85e3d2170f
.now() is a classmethod, not a module function
...
************* Module salt.utils
E1101:1276,15:date_cast: Module 'datetime' has no 'now' member
2013-07-16 22:25:33 -07:00
Thomas S Hatch
a80e43cb40
line too long
2013-07-16 18:18:51 -06:00
Thomas S Hatch
e487aeeaf0
Merge pull request #6193 from UtahDave/riak_module
...
Initial Riak module
2013-07-16 17:18:12 -07:00
Thomas S Hatch
5aa028ce70
Remove timelib from requirements, not a hard dep
2013-07-16 18:12:34 -06:00
Thomas S Hatch
b8f26dad8d
Merge pull request #6124 from johnnoone/strftime-formatter
...
Strftime formatter
2013-07-16 17:11:46 -07:00
Thomas S Hatch
2426e54e51
Merge pull request #6191 from TheRealBill/develop
...
Fix for issue #6188
2013-07-16 17:08:35 -07:00
David Boucha
4af1a7a2fe
Remove extra hard return
2013-07-16 18:04:35 -06:00
Thomas S Hatch
c35ca5896a
Merge pull request #6160 from vicglarson/develop
...
Bypass mysql connection arguments
2013-07-16 17:02:54 -07:00
David Boucha
fb5cb02c74
Add comments
2013-07-16 17:58:30 -06:00
David Boucha
e2629d34a8
Return proper data structure from member_status
2013-07-16 17:58:30 -06:00
David Boucha
e28cd7f64f
Reverse bool on bool returns
2013-07-16 17:58:30 -06:00
David Boucha
3c1a01cef8
Fix a docstring and formatting
2013-07-16 17:58:30 -06:00
David Boucha
2cd707e397
Remove extra newlines
2013-07-16 17:58:30 -06:00
David Boucha
195de0e25b
Add member-status
2013-07-16 17:58:30 -06:00
David Boucha
0b740177a8
Readd Cluster Plan
2013-07-16 17:58:30 -06:00
David Boucha
b81529c69b
Add Riak cluster commit
2013-07-16 17:58:30 -06:00
David Boucha
186530652a
Add Riak cluster join
2013-07-16 17:58:30 -06:00
David Boucha
ac537d9c26
Capitalize Riak
2013-07-16 17:58:30 -06:00
David Boucha
4213c4eb2a
Return return code
2013-07-16 17:58:29 -06:00
David Boucha
dde00a48ed
Initial Riak module creation
2013-07-16 17:58:29 -06:00
Thomas S Hatch
a7369c7a15
Start work on creating the state blob tarball
2013-07-16 17:53:11 -06:00
Thomas S Hatch
cbfd3c43ff
Add initial state wrapper classes for ssh based states
2013-07-16 17:53:11 -06:00
Thomas S Hatch
5d3727d415
Add function wrapper to embed in ssh based state system
2013-07-16 17:53:11 -06:00
Thomas S Hatch
ab995c62c7
clean up unused import
2013-07-16 17:53:11 -06:00
Colton Myers
8d94913eee
Merge pull request #6192 from cvrebert/patch-1
...
Cleanup the whole darn __clean_tmp() function
2013-07-16 15:34:09 -07:00
Chris Rebert
83c007cb25
Cleanup the whole darn __clean_tmp() function
2013-07-16 15:06:37 -07:00
bill5244
4618635d02
added code to master.py to check for users if they do't show up in
...
pwd.getpwall. This can happen on LDAP-enabled user systems. You can see the
user not show up, but still be visible if you query for them directly.
2013-07-16 17:01:03 -05:00
Joseph Hall
ca0106e692
Merge pull request #6190 from basepi/releasedocs
...
Add RTD to the release process, Fix #6185
2013-07-16 14:48:40 -07:00
Joseph Hall
6850ed8ced
Merge pull request #6189 from basepi/tmpfiles
...
Simplify list comprehension and get values, not keys
2013-07-16 14:48:19 -07:00
Colton Myers
cda2b31668
Add RTD to the release process, Fix #6185
2013-07-16 15:43:24 -06:00
Colton Myers
cf3b408b2f
Simplify list comprehension and get values, not keys
...
I must have been asleep.
2013-07-16 15:38:27 -06:00
Joseph Hall
c3b765aa55
Merge pull request #6186 from cvrebert/patch-1
...
jinja's Extension is actually new-style; reassure pylint & use modern super
2013-07-16 11:25:48 -07:00
Chris Rebert
081be28b90
jinja's Extension is actually new-style; reassure pylint & use modern super()
...
See comments on 96852d96ca
2013-07-16 11:23:22 -07:00
Joseph Hall
c3d7310db0
Merge pull request #6183 from cvrebert/patch-4
...
utils.parsers: rm unused imports
2013-07-16 11:16:09 -07:00
Joseph Hall
097bfc1e16
Merge pull request #6182 from cvrebert/patch-3
...
payload.py: rm now-unused import of OrderedDict
2013-07-16 11:15:38 -07:00
Chris Rebert
a384afa5e7
utils.parsers: rm unused imports
...
************* Module salt.utils.parsers
W0611: 15,0: Unused import copy
W0611: 19,0: Unused import urlparse
W0611: 30,0: Unused import exceptions
2013-07-16 11:11:49 -07:00
Chris Rebert
6dfa3c21f4
payload.py: rm now-unused import of OrderedDict
...
************* Module salt.payload
W0611: 15,0: Unused import OrderedDict
2013-07-16 11:07:50 -07:00