Commit Graph

152 Commits

Author SHA1 Message Date
Jeff Schroeder
f834459c41 Add rst doc files for a bunch of modules 2012-03-17 18:05:08 -07:00
Jeff Schroeder
2fe1aa57ee Add zypper to the virtual pkg module list 2012-03-17 17:57:56 -07:00
Jeff Schroeder
7cf08ed8d2 Rename the debconf salt module to fix conflicts
>>> import debconf
>>> debconf.__file__
'/usr/lib/python2.6/dist-packages/debconf.py'
2012-03-17 16:51:08 -07:00
Jeff Schroeder
565ef6b164 Add some new module docs and update release notes 2012-03-17 16:45:32 -07:00
Jeff Schroeder
9b206a6233 Adding gem and rvm states to the state index 2012-03-17 15:28:49 -07:00
Jeff Schroeder
40a4edecf4 s/cmd/cmdmod/ in all modules docs 2012-03-17 15:24:38 -07:00
Jeff Schroeder
4eed2d0135 Add rvm and gem modules to the all modules doc index 2012-03-17 15:21:40 -07:00
Jeff Schroeder
1fbde66303 Add upstart to the list of all modules 2012-03-17 15:12:43 -07:00
Gordon McAllister
72c2014767 War on typos
Also cleanup whitespace and break some long lines
2012-03-14 17:09:19 -07:00
David Boucha
eaa0c5ec92 Fix small typo 2012-03-14 11:40:37 -06:00
David Boucha
ea83a765a3 Fix a typo 2012-03-08 21:08:45 -07:00
David Boucha
3a5bb0407d Various Doc fixes.
Mainly small typo fixes and clarifying some language
2012-03-08 21:05:52 -07:00
Thomas S Hatch
06c1d1d000 Add local file server docs 2012-03-08 13:12:53 -07:00
Thomas S Hatch
372fd13ebe Add file_roots overlay docs 2012-03-08 00:16:01 -07:00
Thomas S Hatch
9d23c45640 Add initial docs for advanced file server settings 2012-03-02 23:32:40 -07:00
Thomas S Hatch
a010ffa9f3 Add deprecation warning to manpage for salt -Q 2012-02-25 23:41:41 -07:00
Thomas S Hatch
632336ffbb Add dynamic module loading doc 2012-02-25 23:19:09 -07:00
Thomas S Hatch
61edeecdf6 Add providers doc 2012-02-25 01:52:48 -07:00
Seth House
084f8a7259 Added and organized documents on ways of targeting minions 2012-02-25 01:15:57 -07:00
Seth House
6564683052 Updated legacy reference to the minion id as 'hostname' 2012-02-24 23:44:31 -07:00
Ben Hosmer
25981d24db Adding documentation for deleting a salt-key 2012-02-21 19:36:22 -05:00
Seth House
d5e4b4a94b Moved some of new sys module documentation into the existing doc 2012-02-17 14:44:49 -07:00
Thomas S Hatch
454d9156f3 add module doc for the sys module 2012-02-17 13:08:31 -07:00
Thomas S Hatch
bb58d17c8b Add more docs to the state writing document 2012-02-17 12:52:29 -07:00
Thomas S Hatch
a45ba616df write reffernce on requisites 2012-02-17 11:41:48 -07:00
Thomas S Hatch
83adaa0899 Add note about the id dec having a dot fix 2012-02-12 15:01:58 -07:00
Seth House
b5efb163c3 Merge branch 'doc-sys' into develop 2012-02-12 04:36:54 -07:00
Seth House
c98db04b9a Added doc on the `sys` pseudo-module 2012-02-12 04:36:44 -07:00
Seth House
963c05f706 Merge branch 'doc-pkgmod' into develop 2012-02-12 04:15:08 -07:00
Seth House
258a449be9 Merge branch 'doc-ordering' into develop 2012-02-12 04:15:01 -07:00
Seth House
3a5b7a4f02 Added a doc for the pkg virtual module 2012-02-12 04:13:34 -07:00
Seth House
a6da234826 Added note to State ordering doc about source order 2012-02-12 02:56:46 -07:00
Seth House
b19bea572e Added a bunch of examples to the highstates docs
Also wording and formatting fixes.
2012-02-12 02:34:17 -07:00
Thomas S Hatch
26bbd93d0a FINALLY, I documented that grains can be in the minion config 2012-02-09 13:14:35 -07:00
Thomas S Hatch
427666236d Add environment to the configuration guide 2012-02-09 11:57:37 -07:00
Thomas S Hatch
483c33bc7c Add the documentation for the external-nodes option 2012-02-09 11:45:59 -07:00
Thomas S Hatch
fa03eebf15 Add some docs on the sls shebang line 2012-02-09 11:13:55 -07:00
Thomas S Hatch
391fb16d8f Merge pull request #645 from akoumjian/develop
mentioning location to place custom states
2012-02-06 12:40:28 -08:00
Alec Koumjian
987e155d88 mentioning location to place custom states 2012-02-06 12:32:21 -08:00
Erik Johnson
29ac92990f fix syntax errors introduced in 0f776c13 2012-02-04 10:23:28 -06:00
Thomas S Hatch
208fbfa5b5 Add some returner documentation 2012-02-02 09:57:40 -07:00
Erik Johnson
088bdc26f5 spelling/grammar corrections 2012-02-01 14:09:25 -06:00
Thomas S Hatch
0f776c13be Add top file doc 2012-01-31 18:37:33 -07:00
Thomas S Hatch
6425dd1bb6 update grains doc 2012-01-31 17:05:42 -07:00
Alec Koumjian
5b0b277a5e Telling users where to place their custom grains (_grains). Also, what actions sync the grains 2012-01-31 15:53:48 -08:00
Erik Johnson
3511018dd2 slight grammatical change 2012-01-30 13:23:00 -06:00
Erik Johnson
3d2cf86a0c corrected previous commit 2012-01-30 13:21:06 -06:00
Erik Johnson
6020c6b4aa added note about ID declaration uniqueness 2012-01-30 13:11:27 -06:00
Erik Johnson
6a6ca5f753 added missing period 2012-01-29 20:08:40 -06:00
Erik Johnson
e2eaef1f44 1) Fixed syntax error affecting yaml code block. 2) A couple grammmar fixes. 3) Added section on return data for states 2012-01-29 19:48:45 -06:00