Commit Graph

867 Commits

Author SHA1 Message Date
Seth House
d19b10117f Added docs on the client API interfaces 2012-12-02 15:48:03 -07:00
Jack Kuan
bf0eff9785 Move stateconf module doc to its own rst file.
Also added an example of using render pipes(#!jinja|mako|yaml) as
per @UtahDave's request.
2012-11-28 23:08:56 -05:00
Thomas S Hatch
0cc12b318d Merge pull request #2695 from BackSeat/develop
Rework Linux and FreeBSD insatllation pages
2012-11-25 19:41:51 -08:00
Keith Edmunds
a4869208e9 Rework Linux and FreeBSD insatllation pages 2012-11-25 16:23:01 +00:00
Thomas S Hatch
0041827f24 Merge pull request #2689 from BackSeat/develop
Tweak introduction page of doco
2012-11-24 11:51:13 -08:00
Keith Edmunds
30ab9ab454 Tweak introduction page of doco 2012-11-24 14:32:09 +00:00
Jack Kuan
06484a2d8b Some random doc updates. 2012-11-24 02:07:53 -05:00
David Boucha
1db1287fab Add MySQL to list of returners.
Add MySQL to list of returners.
Improve formatting of docstring so it looks better
in the actual documentation.
Add python module requirement
2012-11-22 22:30:34 -07:00
Thomas S Hatch
f9f0200eca Add docs on executing the overstate 2012-11-19 23:28:57 -07:00
Thomas S Hatch
12fce1d79c Add overstate docs 2012-11-19 22:51:19 -07:00
Thomas S Hatch
f8e951309c Merge pull request #2630 from kjkuan/develop
Update docs about YAML
2012-11-18 20:04:54 -08:00
Jack Kuan
a284732328 Update docs about troubleshooting YAML. 2012-11-18 20:22:41 -05:00
Ulrich Dangel
d46aa4c486 Fix spelling mistakes reported by lintian 2012-11-19 01:14:21 +00:00
Seth House
5b0abf59eb Added / updated targets for the acl and eauth docs 2012-11-16 11:21:51 -07:00
Seth House
25b7992052 Added target to the eauth doc 2012-11-16 11:12:47 -07:00
Thomas S Hatch
02aac68611 Generate man pages for 0.10.5 2012-11-15 21:36:34 -07:00
Joseph Hall
02f4159790 Adding salt cloud notes to salt release notes 2012-11-15 13:23:52 -07:00
Thomas S Hatch
eb8ef522c0 Merge pull request #2562 from kjkuan/develop
Doc updates and renderer fixes
2012-11-15 09:43:31 -08:00
Jack Kuan
0b9e5e1f9e Fix doc to align with last change. 2012-11-15 11:20:44 -05:00
David Boucha
cdf4c57298 Add note about Subversion module addition 2012-11-15 09:18:58 -07:00
David Boucha
b4c79dc022 Add note on gzip support
Gzip support added in cp.get_file and cp.get_dir
2012-11-15 09:09:32 -07:00
David Boucha
aa7ee94ce7 Spelling fixes. Grammar Fixes. Clarifications 2012-11-15 08:58:04 -07:00
Jack Kuan
cf7f7faba9 Merge branch 'develop' of github.com:saltstack/salt into develop
Conflicts:
	salt/renderers/jinja.py
	salt/renderers/json.py
	salt/renderers/mako.py
	salt/renderers/wempy.py
2012-11-15 01:29:34 -05:00
Jack Kuan
bc1183924f Doc updates, typo fixes. Add -s option for template renderers. 2012-11-15 01:20:10 -05:00
Thomas S Hatch
c3c61b835a Merge pull request #2555 from ryanschneider/cp.get_dir
Add gzip and template to cp.get_dir, expose make_dirs on cp.get_file
2012-11-14 18:22:09 -08:00
Ryan Schneider
2ccf589425 Refactor: make_dirs -> makedirs, gzip_compression -> gzip 2012-11-14 18:06:53 -08:00
Ryan Schneider
ad1a43012a Add gzip and template to cp.get_dir, expose make_dirs on cp.get_file 2012-11-14 16:48:26 -08:00
Thomas S Hatch
7f23872eb8 Initial commit of 0.10.5 release notes 2012-11-14 17:25:34 -07:00
Aaron Tygart
a1a1b3cd2a Fix mistake in esky documentation 2012-11-14 16:22:56 -06:00
Seth House
659ca23a92 Added docs for new state modules 2012-11-14 12:51:54 -07:00
Seth House
a534cf0b69 Added/updated docs on new/changed execution modules 2012-11-14 12:48:43 -07:00
Seth House
702305902e Updated docs for new pipelined renderers 2012-11-14 12:41:52 -07: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
Mike Yumatov
bafd02e827 Fix pillar_roots configuration example 2012-11-12 10:12:40 +04:00
Thomas S Hatch
4afe355d87 Use often instead of must 2012-11-10 22:06:16 -07:00
David Boucha
aacfeaff9f Remove :term: - just highlight the word 2012-11-09 12:26:01 -07:00
David Boucha
7f0601f2cd Fix code-block error 2012-11-09 12:26:01 -07:00
David Boucha
ef0a4d143e Add cron example 2012-11-09 12:26:01 -07:00
David Boucha
1f42d30bf0 Add link to cron tutorial 2012-11-09 12:26:01 -07:00
David Boucha
7514364bef Add tutorial on using cron to run salt-call 2012-11-09 12:26:01 -07:00
Thomas S Hatch
537e9141e2 fix small typo 2012-11-08 18:52:09 -07:00
Ryan Schneider
c638617612 Add gzip_compression support to cp.get_file 2012-11-08 16:09:38 -08:00
Thomas S Hatch
1c9295f20b Fix some pilar docs that did not make much sense 2012-11-07 22:50:25 -07:00
Sean Channel
e22349b8cd eschew upstart style commands 2012-11-07 08:09:52 -08:00
Ryan Schneider
deaf32b877 Add template rendering to cp.get_file src/dest 2012-11-06 19:36:51 -08:00
Seth House
818858c023 Added a documentation reference section on Salt internals
This sections should collect documentation on how Salt is organized
internally and where interesting/important bits of the code reside.

Refs #2417
2012-11-06 08:56:37 -07:00
Jay Pipes
ef5e11168c Adds a note to starting_states tutorial explaining file.managed shortcut
address issue #2412

Just adds a note section to the starting_states tutorial doc
page that explains the file.managed shortcut to make it a bit
easier for beginner Salt users to understand...
2012-10-31 16:47:58 -04:00
Jay Pipes
0332c76147 Tiny YAML correction in starting_states tutorial doc page. 2012-10-31 16:11:54 -04:00
Thomas S Hatch
325c4124c2 Merge pull request #2405 from seanchannel/develop
add step to impport PPA key via wget / apt-key
2012-10-31 11:14:04 -07:00
Sean Channel
941b25cd9e add step to impport PPA key via wget / apt-key 2012-10-31 11:11:06 -07:00