Commit Graph

1515 Commits

Author SHA1 Message Date
Thomas S Hatch
f8e8402995 Keysize should be 2056 2011-10-18 14:57:52 -06:00
Thomas S Hatch
c885d83915 Merge branch 'master' of github.com:thatch45/salt 2011-10-18 14:57:47 -06:00
Thomas S Hatch
cec82ee991 Merge pull request #163 from whiteinge/saltstack-logo
Added real logo and favicon
2011-10-17 08:38:52 -07:00
Seth House
22997def69 Added real logo and favicon 2011-10-16 23:54:11 -06:00
Thomas S Hatch
4b301b4443 update user docstrings 2011-10-16 15:46:53 -06:00
Thomas S Hatch
54dc859c56 Update docstrings for the ssh authorized keys 2011-10-16 15:21:29 -06:00
Thomas S Hatch
e045b482bc update docstrings for the service state 2011-10-16 14:45:43 -06:00
Thomas S Hatch
c8847c21b7 update docstrings for the pkg state 2011-10-16 14:11:56 -06:00
Thomas S Hatch
e62d765c05 Merge pull request #162 from whiteinge/troff-macro
Leading dot interpreted as troff macro; fixes #147
2011-10-16 08:13:19 -07:00
Thomas S Hatch
cb106f31d1 Merge pull request #161 from whiteinge/autodoc-fixes
Autodoc fixes
2011-10-16 08:13:07 -07:00
Thomas S Hatch
b03505f005 Merge pull request #160 from whiteinge/docs-homepage
Add a real homepage and move the docs to a sublink
2011-10-16 08:12:56 -07:00
Seth House
3660fd976e Added autodoc for all States 2011-10-16 02:08:00 -06:00
Seth House
f05fda1962 Added autodoc for Renderers 2011-10-16 02:02:31 -06:00
Seth House
6e573aaceb Leading dot interpreted as troff macro; fixes #147
I'm not too familiar with troff to work around this, so this just
removes the problem formatting.
2011-10-16 01:50:48 -06:00
Seth House
4f76b47b8c Added a bunch of missing modules 2011-10-16 01:33:48 -06:00
Seth House
869375c86c Fixed redis_return name & added mongo_return 2011-10-16 01:33:30 -06:00
Seth House
b60e53e529 Added a real homepage; still in need of real content
Shamelessly ripping off the Sphinx project layout here...
2011-10-16 00:51:20 -06:00
Seth House
7458f69ac7 Stripped down the Sphinx config file 2011-10-16 00:51:20 -06:00
Seth House
ae06a8c7be Tiny clarifications and compactions to the main page
The main Salt page is getting a bit imposing with so much information
and links.
2011-10-16 00:51:20 -06:00
Thomas S Hatch
5ae15a1658 Update docstrings for the mount state 2011-10-16 00:38:08 -06:00
Thomas S Hatch
ad2d397a1a update docstrings for the kmod state 2011-10-16 00:01:21 -06:00
Thomas S Hatch
f36f3d59b7 Update docstrings for the host state module 2011-10-15 23:53:01 -06:00
Thomas S Hatch
005d0da87c Add doctrings to group state 2011-10-15 23:45:35 -06:00
Thomas S Hatch
143c421186 finish the docstrings for the file state 2011-10-15 23:26:06 -06:00
Thomas S Hatch
3294eea114 Add docs for the file state module 2011-10-15 16:17:55 -06:00
Thomas S Hatch
03d339000c fix the code-block syntax 2011-10-15 15:42:06 -06:00
Thomas S Hatch
631c8982d3 extend docstrings for cron state 2011-10-15 14:49:51 -06:00
Thomas S Hatch
5c9a712c17 update docstrings for the cmd state 2011-10-15 13:34:01 -06:00
Thomas S Hatch
b5407bd670 modify kmod state for data structure changes in the kmod module 2011-10-15 12:48:36 -06:00
Thomas S Hatch
d44e45f93c modify kmod structures 2011-10-15 11:56:17 -06:00
Thomas S Hatch
4b561e0cb9 Add kmod state 2011-10-15 10:45:50 -06:00
Thomas S Hatch
0688d13ac3 change the module loader to return changes 2011-10-15 10:19:29 -06:00
Thomas S Hatch
3e6e0c2efe Add kmod module for loading Linux modules 2011-10-15 09:56:15 -06:00
Thomas S Hatch
f02403513e Add a python renderer 2011-10-13 23:17:00 -06:00
Thomas S Hatch
3dd38e7319 Add a profiling decorator to allow for deep profiling functions 2011-10-13 20:06:37 -06:00
Thomas S Hatch
470800089f service watcher now returns correct changes data structure 2011-10-13 16:26:15 -06:00
Thomas S Hatch
b4804cb2ea change "Decrypting master AES key to debug" 2011-10-13 14:32:42 -06:00
Thomas S Hatch
05ee6bd4af repair mount issues with fuse systems 2011-10-13 13:14:30 -06:00
Thomas S Hatch
758ca6f345 Add fuse device detection 2011-10-12 19:13:42 -06:00
Thomas S Hatch
eb86f09af8 Add function to mount to detect if a device is a fuse exec 2011-10-12 19:01:57 -06:00
Thomas S Hatch
14c1a36da0 Add extend methods to state.py, not activated yet 2011-10-10 23:35:24 -06:00
Thomas S Hatch
21815e3c9f fix cross calling in the butter module 2011-10-10 15:45:21 -06:00
Thomas S Hatch
3fd82e6a10 require and watch now check for names and __id__, allows for requires to
ref direct names or the low data __id__, offers the most flexibility
2011-10-09 23:01:16 -06:00
Thomas S Hatch
3926878580 Merge branch 'master' of github.com:thatch45/salt 2011-10-09 23:01:10 -06:00
Thomas S Hatch
38f0bdb928 Add __id__ to the data compiler and require section - makes requires
based on <type>: __id__ which fixes the issues with one name with many
branches
2011-10-09 22:54:12 -06:00
Thomas S Hatch
4ab856e586 Merge pull request #152 from whiteinge/version-flag
Added a --version flag to salt cli interfaces
2011-10-09 21:40:09 -07:00
Thomas S Hatch
0a51d6b50a Merge pull request #151 from whiteinge/version-prerelease
Bump the Salt version number
2011-10-09 21:38:50 -07:00
Thomas S Hatch
f74a58af0b Merge branch 'master' of github.com:thatch45/salt 2011-10-09 22:07:34 -06:00
Thomas S Hatch
cbb1ddf51b repair bad dict refs in ssh modules 2011-10-09 22:07:05 -06:00
Seth House
ca16e7a12b Bump the Salt version number 2011-10-09 18:38:33 -06:00