Commit Graph

101651 Commits

Author SHA1 Message Date
Thomas S Hatch
386d763d04 Merge branch 'master' of github.com:thatch45/salt 2011-03-15 16:23:22 -06:00
Thomas S Hatch
f162260785 Add remove functions 2011-03-15 16:23:04 -06:00
Joseph Hall
05891a7ba1 Added module for disk, with function to report on disk usage 2011-03-15 15:06:31 -06:00
Joseph Hall
8d47be052b Typo fix 2011-03-15 15:06:06 -06:00
Joseph Hall
1702e8e23a Added set and get to sysctl module 2011-03-15 14:39:20 -06:00
Joseph Hall
330cfe66b7 Merge branch 'master' of git@github.com:thatch45/salt 2011-03-15 11:28:57 -06:00
Joseph Hall
d3f8183252 Adding sysctl module, with list functionality (so far) 2011-03-15 11:28:18 -06:00
Thomas S Hatch
ab1b960ff8 The return from sys.doc is sorted now 2011-03-15 10:56:08 -06:00
Thomas S Hatch
d75f9500af Change return the an exception 2011-03-14 22:58:17 -06:00
Thomas S Hatch
5f2c273d30 if the minion fails to find the function return an empty string 2011-03-14 22:47:13 -06:00
Thomas S Hatch
395af9faef Merge branch 'master' of github.com:thatch45/salt
Conflicts:
	salt/minion.py
2011-03-14 22:32:47 -06:00
Thomas S Hatch
49d611e728 Implimend the disable_modules feature 2011-03-14 22:30:58 -06:00
Thomas S Hatch
5bc5591e8e Add disable_modules option to the minion conifg 2011-03-14 22:28:30 -06:00
Thomas S Hatch
d3d83e255a Update the doc strings in the test module 2011-03-14 16:54:36 -06:00
Thomas S Hatch
36496f32de clean up docstrings for stats module 2011-03-14 16:53:09 -06:00
Thomas S Hatch
c8f0bea2b0 clean up doc strings for pacman module 2011-03-14 16:52:19 -06:00
Thomas S Hatch
9c93c5419f clean up the docstrings for the cmd module 2011-03-14 16:50:05 -06:00
Thomas S Hatch
1ab2b34d86 Add support to take a list of hosts on the command line 2011-03-14 16:46:06 -06:00
Thomas S Hatch
69f2618ec6 syntax error in docs lookup 2011-03-14 16:12:28 -06:00
Thomas S Hatch
8bffb05441 Add function to reload the salt functions 2011-03-14 15:41:14 -06:00
Thomas S Hatch
96b8314179 Add a try except catch to make sure that faulty modules just don't get loaded 2011-03-14 15:35:35 -06:00
Thomas S Hatch
14cb85bb50 Make functions without doc strings not print docs 2011-03-14 15:10:55 -06:00
Thomas S Hatch
04893c3bee Now the documentation return acctually works 2011-03-14 14:53:14 -06:00
Thomas S Hatch
8bff5d075c Another try on the docs printing, it was not quite right 2011-03-14 14:47:05 -06:00
Thomas S Hatch
e4e9690e75 Print out the documentation for functions 2011-03-14 14:34:02 -06:00
Thomas S Hatch
e9338a84a3 Fix missing trailing comma 2011-03-14 13:40:28 -06:00
Thomas S Hatch
39d1e6acfa Fix naming convention in the minions functions 2011-03-14 13:38:34 -06:00
Thomas S Hatch
86c637ffc2 Add an introspection function to the salt minion 2011-03-14 13:29:03 -06:00
Thomas S Hatch
8f9016fa13 Merge branch 'master' of github.com:thatch45/salt 2011-03-14 12:53:32 -06:00
Thomas S Hatch
471c67d732 Fix issue with epresion form parsing 2011-03-14 12:47:48 -06:00
Thomas S Hatch
478c4597ee Fix tgt-type assignment 2011-03-14 12:43:51 -06:00
Thomas S Hatch
e735a143f7 Fix KeyError in the query process 2011-03-14 12:41:35 -06:00
Joseph Hall
2187893ca6 Added two extra dependencies that were missing 2011-03-14 12:28:01 -06:00
Thomas S Hatch
5bcb74d6a1 Add pacman salt module 2011-03-11 14:25:02 -07:00
Thomas S Hatch
5ba8c63dae Add in the cmd module, this is simple and can be expanded, although the basic
bases are covered
2011-03-11 13:54:51 -07:00
Thomas S Hatch
9fe924e89a Add a stats module with an uptime function 2011-03-11 13:41:25 -07:00
Thomas S Hatch
dc9e7da5ef Add ping function to the tests module 2011-03-11 13:38:12 -07:00
Thomas S Hatch
322df50029 move cmd module to test module 2011-03-11 13:33:32 -07:00
Thomas S Hatch
ad19593d12 Add the correct logic to execute queries from the command line 2011-03-11 13:23:01 -07:00
Thomas S Hatch
a8ec3697c7 Add in command query structure 2011-03-11 13:01:07 -07:00
Thomas S Hatch
21c9287855 Fix regex issue with impropper use of getattr, remove apply functions, they are
deprecated
2011-03-11 12:26:39 -07:00
Thomas S Hatch
ec6672168d Make the pcre stuff work 2011-03-11 12:21:09 -07:00
Thomas S Hatch
e5387b07f8 Add hooks in to support changes in the regex forwat 2011-03-11 11:41:45 -07:00
Thomas S Hatch
35e1ba5778 Add regex support call to the command line 2011-03-11 11:24:30 -07:00
Thomas S Hatch
8bf7bcad12 Repair issue in open mode boolean evaluation 2011-03-10 09:32:36 -07:00
Thomas S Hatch
b184517dca Enable better error output for bad authentications 2011-03-10 09:21:59 -07:00
Thomas S Hatch
ffd9dd616c enable open mode for the minion authentication 2011-03-10 09:10:49 -07:00
Thomas S Hatch
d376f4b988 Enable open mode for master authentication 2011-03-10 09:06:24 -07:00
Thomas S Hatch
36984c8d40 Add in opts for open mode in the config support 2011-03-10 08:59:57 -07:00
Thomas S Hatch
3b5d4484a9 Add open mode options to the configs 2011-03-10 08:55:48 -07:00