Commit Graph

7952 Commits

Author SHA1 Message Date
Jack Kuan
6ab6dae7ae Merge branch 'develop' of github.com:saltstack/salt into develop 2012-11-13 02:04:51 -05:00
Jack Kuan
7f3ac3fe89 Add some docs on render pipe.
Also, added a stateconf state so that its stateconf.set function
can be used by the stateconf renderer.
2012-11-13 02:01:34 -05:00
Thomas S Hatch
a1f9a07194 remove unused salt.utils import 2012-11-12 23:31:42 -07:00
Thomas S Hatch
47ba271134 remove unused variable groups 2012-11-12 23:28:54 -07:00
Thomas S Hatch
15f1cce711 Remove unused import salt.utils 2012-11-12 23:25:09 -07:00
Thomas S Hatch
43fd2f83e0 Clean up unused copy import 2012-11-12 23:23:12 -07:00
Thomas S Hatch
8ce5c7f972 minor fixes to yaml renderer 2012-11-12 23:20:47 -07:00
Thomas S Hatch
7cfab7e206 Comment out line that willo cause a trace 2012-11-12 23:12:30 -07:00
Thomas S Hatch
fc0ec79700 Clean up solarispkg for .format strings 2012-11-12 23:07:21 -07:00
Jack Kuan
a76331e0e1 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-11-13 00:58:04 -05:00
Thomas S Hatch
3085818a8a remove unused callable import 2012-11-12 22:54:04 -07:00
Thomas S Hatch
51e79e980a remove unused import 2012-11-12 22:52:17 -07:00
Thomas S Hatch
ed193d19c2 Add command execution error to mdadm imports 2012-11-12 22:47:31 -07:00
Thomas S Hatch
8ebb5eede1 Remove unused exc 2012-11-12 22:44:55 -07:00
Thomas S Hatch
c1af69523c Remove unused ret variable 2012-11-12 22:42:37 -07:00
Thomas S Hatch
eafeec5db6 Fix errors in file perms checks 2012-11-12 22:41:45 -07:00
Thomas S Hatch
275f213842 newlines and consistent names for file pointers 2012-11-12 22:38:44 -07:00
Thomas S Hatch
7d1a6b0378 Import salt.utils in debian service 2012-11-12 22:29:39 -07:00
Thomas S Hatch
1240a425ca Remove unused import im cmdmod 2012-11-12 22:26:42 -07:00
Thomas S Hatch
16b053124d clean exception issue 2012-11-12 22:25:57 -07:00
Thomas S Hatch
63e6550176 remove unused import 2012-11-12 22:24:44 -07:00
Thomas S Hatch
bdd0ef6133 Remove unused import from ldap.py 2012-11-12 22:22:33 -07:00
Thomas S Hatch
6fce0a2353 Minor fixes for stateconf tests and sting updates 2012-11-12 22:20:37 -07:00
Thomas S Hatch
a60fc48ac7 remove unused components from svn state 2012-11-12 22:10:08 -07:00
Thomas S Hatch
f131a39889 Merge pull request #2543 from archtaku/develop
Fix open filehandles
2012-11-12 21:07:59 -08:00
Thomas S Hatch
a01483463e Fill out svn state
single quotes
add a top doc string
use .format
add import comments
2012-11-12 22:04:46 -07:00
Erik Johnson
b859baf799 Fix open filehandles
I did a sweep through the codebase and fixed all filehandles left open
by errant open(somefile,'r').readlines() and
open(somefile,'w').writelines(). I don't have the ability to test all of
these so I strongly recommend a careful audit of these changes before
merging.
2012-11-12 23:00:26 -06:00
Thomas S Hatch
645889f05e Remove unused vars from the git state 2012-11-12 21:52:00 -07:00
Thomas S Hatch
0f01644cc3 Add missingimport for for Salt exception 2012-11-12 21:46:51 -07:00
Thomas S Hatch
f1b8e1de9b Fix typoin freebsdng 2012-11-12 21:42:41 -07:00
Thomas S Hatch
5a9c96e5cc comps was not yet defined 2012-11-12 21:34:38 -07:00
Thomas S Hatch
02acb0890a minor pylint fixes for minion.py 2012-11-12 21:25:15 -07:00
Thomas S Hatch
3092b5497f remove unused getpass 2012-11-12 21:21:12 -07:00
Thomas S Hatch
e0ab73cca0 A few more updates for the cassandra module 2012-11-12 21:18:25 -07:00
Thomas S Hatch
5b1bd0409b Clean up some missing componets in console.py 2012-11-12 21:08:04 -07:00
Thomas S Hatch
0800c1e459 Merge pull request #2542 from archtaku/develop
Add _OS_NAME_MAP entry for Arch Linux
2012-11-12 19:52:41 -08:00
Jack Kuan
3bb7d6ad85 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-11-12 22:39:34 -05:00
Erik Johnson
c529d56c50 Add _OS_NAME_MAP entry for Arch Linux
Without an entry for 'arch' in this dict, the pkg module fails to import
for Arch Linux (pacman.py).

Also, I fixed a couple of open filehandles in grains/core.py.
2012-11-12 21:22:05 -06:00
Thomas S Hatch
7edc280538 String and pylint fixes for state module 2012-11-12 17:00:44 -07:00
Thomas S Hatch
4ff4989b77 Fix bugs in mount introcuded by @SEJeff 2012-11-12 16:55:33 -07:00
Thomas S Hatch
f093790cc6 iminor fixes for win_network 2012-11-12 16:50:32 -07:00
Thomas S Hatch
9f1ae61b52 update cassandra module to use config.option 2012-11-12 16:46:37 -07:00
Jack Kuan
177d628bb5 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-11-12 18:46:35 -05:00
Thomas S Hatch
3c322b56cb Clean up file state mod 2012-11-12 16:41:41 -07:00
Jack Kuan
804f0ca671 Merge branch 'develop' of github.com:kjkuan/salt into develop 2012-11-12 18:40:57 -05:00
Thomas S Hatch
042b2490c6 Clean up console.py
SINGLE QUOTES
Bare exceptions are bad
vars being used without being assigned
2012-11-12 16:36:25 -07:00
David Boucha
4a2ceb458e set worker threads to 1 for testing
Travis CI is failing on python 2.6
Trying to lower total memory consumption so the tests
will pass
2012-11-12 16:22:05 -07:00
Thomas S Hatch
a8d25f60c7 _error function was missing from file ex module 2012-11-12 16:06:43 -07:00
Thomas S Hatch
b04dd435b0 Merge pull request #2541 from UtahDave/fix_client
Fixes #2540 Add missing import
2012-11-12 14:47:14 -08:00
David Boucha
420ba4cc41 Add missing import 2012-11-12 15:30:28 -07:00