Commit Graph

470 Commits

Author SHA1 Message Date
yinchuan
b80f904853 Node Groups: 'L@foo.domain.com,bar.domain.com,baz.domain.com or bl*.domain.com' not 'and'
use 'and' at this confuse me, and in the http://docs.saltstack.com/topics/targeting/nodegroups.html also use 'or'.
2013-05-29 11:08:32 +08:00
Chris Rebert
cde16f8608 remove deleted modules from docs 2013-05-28 17:24:12 -07:00
Thomas S Hatch
4f1339305f Add docs on overstate funciton calls 2013-05-28 04:45:47 +00:00
Thomas S Hatch
31c6045b01 Add vars reference document. Fix #5220 2013-05-27 18:48:21 +00:00
Colton Myers
5971b0e8a8 Fix syntax error in jinja context examples
Bad indentation meant it would pass in the pieces of context as part of
the **kwargs, rather than as part of the context kwarg.
2013-05-21 13:42:00 -06:00
David Boucha
1608814fc9 Some small doc improvements for Windows Repo page 2013-05-20 23:30:15 -06:00
Thomas S Hatch
856eeb7746 Add docs for #5035 2013-05-16 17:51:50 -06:00
Chris Rebert
4f4fe73d05 salt.renderers.stateconf.rst: add more missing spaces before open parens 2013-05-14 14:38:19 -07:00
Chris Rebert
571fdd7299 some copyediting of the stateconf renderer docs 2013-05-14 14:32:34 -07:00
Colton Myers
9a2c99419d Add docs for state_output: 'mixed' 2013-05-06 15:40:13 -06:00
Thomas S Hatch
63058e3bde Merge pull request #4715 from shadowfax-chc/lvm
Lvm State
2013-05-01 22:18:28 -07:00
Seth House
45fcf66ee1 Added docs files for new modules 2013-04-30 14:16:22 -06:00
Seth House
32f063cb39 Added docs for new execution & state modules 2013-04-30 14:06:16 -06:00
shadowfax-chc
e0d8d2073f Added docs for lvm state 2013-04-29 21:37:18 -04:00
shadowfax-chc
8b7fb8cbd3 Added docs for lvm state 2013-04-29 21:36:55 -04:00
Thomas S Hatch
2affd3ee2a Add extra include docs, fix #4274 2013-04-28 20:19:43 -06:00
Thomas S Hatch
ac05ae467c Add some docs on minimum worker threads 2013-04-22 11:05:30 -06:00
Hank Donnay
64fefdabce Add blurb about template inheritance and search path 2013-04-12 17:05:49 -05:00
shadowfax-chc
28a93d5fee Added docs for mdadm state 2013-04-08 22:24:46 -04:00
Erik Johnson
a099d8df57 Update renderer docs
Remove reference to the python renderer being added in the future, as it
has been around for some time.
2013-04-07 00:51:19 -05:00
Seth House
576c376fd9 Added fileserver and virt runner module docs 2013-03-29 12:25:38 -06:00
Seth House
79b35fe174 Added carbon and sentry returner module docs 2013-03-29 12:25:37 -06:00
Seth House
e7bfefd143 Added libvirt pillar module docs 2013-03-29 12:25:37 -06:00
Seth House
874301d62f Added no_out, no_return, virt_query outputter module docs 2013-03-29 12:25:37 -06:00
Seth House
4e783da4f5 Added a bunch of new execution modules to the docs 2013-03-29 12:25:37 -06:00
Seth House
ffb9bc557f Added disk, npm state module docs 2013-03-29 12:25:37 -06:00
David Boucha
fd90f534eb Merge pull request #4304 from JustinCarmony/docs-watch-in-plug
Adding a reference to watch_in on the highstate reference
2013-03-27 20:49:25 -07:00
Justin Carmony
1a333692ac Adding a reference to watch_in on the highstate reference 2013-03-27 21:44:57 -06:00
Jeff Schroeder
86e7900c29 Adding tomcat state documentation
Fixes #4256
2013-03-26 00:06:12 -05:00
Matthew Williams
8c0a32f335 fix docstrings for cobbler pillar and tops modules 2013-03-25 09:57:26 -07:00
Matthew Williams
ed7b155ddf add docs for new pillar and tops modules
fix inconsistency in modules/service.py docs
2013-03-25 09:42:52 -07:00
Thomas S Hatch
4240e55b55 Add --async to the salt man page 2013-03-23 15:49:00 -06:00
Thomas S Hatch
1f0d9d7dab Add libvirt docs to the doc index 2013-03-21 15:22:46 -06:00
Thomas S Hatch
8c3212faba Add libvirt to the index 2013-03-21 15:22:32 -06:00
Erik Johnson
57024a8461 Rename pkg.available_version to pkg.latest_version
See https://github.com/saltstack/salt/issues/4163#issuecomment-15211619

All refs have been updated, and each pkg provider now has
available_version as a function reference pointing to latest_version.

Sphinx docs also updated so that the available_version function
reference is hidden in the docs.
2013-03-20 21:09:15 -05:00
Seth House
a4aec32af3 Replaced old sysmod runner docs with doc runner docs 2013-03-19 15:10:11 -06:00
Thomas S Hatch
fa2ce59539 Merge pull request #4154 from terminalmage/issue4109-2
Allow pillar.items to also return pillar data
2013-03-18 23:09:31 -07:00
Gary Wilson Jr
bd499e5640 Fixed several minor misspellings and acronym capitalizations. 2013-03-18 16:42:57 -05:00
Erik Johnson
100053ad7e Allow pillar.items to also return pillar data 2013-03-17 01:55:32 -05:00
Pete Emerson
86318d3da6 Added puppet pillar and documentation 2013-03-12 17:41:40 +00:00
Vijay Halaharvi
3654ac94fe config is not available in __opts__
Using this example with salt-run throws a KeyError for 'config', use 'conf_file' instead.
2013-03-08 20:23:56 -06:00
Seth House
50c2acf07e Added explicit reference to the Python API docs 2013-03-04 14:32:31 -07:00
Jack Kuan
deee61c51a Fix a regression in the stateconf renderer and updated docs. 2013-03-01 09:35:45 -05:00
John Albietz
cb5a69150f static doesn't take arguments. 2013-02-27 13:07:39 -08:00
Bruno Clermont
390c5898c4 we're talking about master configuration here.
fix copy-paste from doc/ref/configurations/minion.rst.
2013-02-21 16:15:27 +08:00
Thomas S Hatch
fff07a3fc0 Merge pull request #3768 from ydavid365/grains-state-doc
added grains state module to docs
2013-02-18 09:11:02 -08:00
ydavid365
bc756c69be added grains state module to docs 2013-02-18 00:11:51 -08:00
ydavid365
18bec175ad module sp 2013-02-17 23:26:28 -08:00
David Boucha
656432b6b8 Clarify msiexec docs a little 2013-02-14 19:39:12 -07:00
David Boucha
d1ed6b0f58 Add docs for msiexec 2013-02-14 19:36:24 -07:00