Commit Graph

769 Commits

Author SHA1 Message Date
Erik Johnson
6ab77e5317 Replace references to Hydrogen release in docs
This replaces references to Hydrogen (in versionadded/versionchanged
directives as well as a few other mentions), to reflect the actual
release number of 2014.1.0.
2014-01-07 12:06:53 -06:00
Erik Johnson
5a8faf4810 Add gitfs configuration parameters to master config docs
This commit adds the new gitfs_provider parameter, as well as several
other params for gitfs that were not documented.
2014-01-03 21:06:03 -06:00
Erik Johnson
1c442f7c4e Add some links to the fileserver backends docs
This commit turns some of the config file parameters into links to the
master config file docs, and also links to the pages for the fileserver
backends being described.
2014-01-02 10:33:50 -06:00
Erik Johnson
4cb0faba5e Fix sphinx warning due to mismatched header lines 2014-01-01 16:34:54 -06:00
Thomas S Hatch
aacaf6c24c Merge pull request #9503 from pakdel/minionfs
MinionFS fileserver backend
2013-12-30 21:02:03 -08:00
Amir Pakdel
ea3c23aa05 MinionFS fileserver backend
The backend for serving files pushed to master
by cp.push (file_recv).
2013-12-30 19:02:42 -05:00
Erik Johnson
f38793166c Alias module.watch to module.wait
This was done recently for cmd.watch, so this commit aliases the
module.watch state as well for consistency.
2013-12-30 17:34:55 -06:00
Thomas S Hatch
b3b6c0bcee Merge pull request #8734 from terminalmage/autoreject_file
add an autoreject_file parameter to the master config file
2013-12-30 09:24:03 -08:00
Erik Johnson
ddad8760a5 Add new pagerduty module/state to docs 2013-12-25 08:45:26 -06:00
Erik Johnson
4f6d448af5 Add new XMPP module/state to docs 2013-12-24 17:58:09 -06:00
Erik Johnson
a2271cb34c Remove docs references to nzbget
This module was recently removed to salt-contrib.
2013-12-23 13:38:08 -06:00
Erik Johnson
12c0df5123 Hide cmd.watch state alias from docs 2013-12-23 11:23:16 -06:00
Seth House
a0ef5f7964 Updated doc title to reflect actual module name
Refs #9366
2013-12-20 15:35:28 -07:00
Thomas S Hatch
f2a8587940 Merge pull request #9377 from terminalmage/issue9363
Full rewrite of memcached state and execution module
2013-12-20 11:44:36 -08:00
Erik Johnson
180699ee7d Hide alias functions from docs 2013-12-20 13:40:06 -06:00
Seth House
6f22ac72a1 Fleshed out docs for each method in the various *Client() interfaces 2013-12-19 22:57:56 -07:00
Seth House
79ad988fef Fleshed out the Python API docs 2013-12-19 21:40:43 -07:00
Seth House
f051ad477c Added CloudClient to the Python API docs 2013-12-19 21:40:34 -07:00
Colton Myers
d61a93fde5 Document availability of templating variables, Fix #9261 2013-12-18 11:13:21 -07:00
Corey Quinn
58ac57c6af Fixed ping to test as per Tom yelling at me in Salt Class 2013-12-17 14:07:37 -08:00
Erik Johnson
1aeec6fbae Fix example in template variable reference docs 2013-12-14 14:22:30 -06:00
Seth House
91e254d2a6 Merge pull request #9260 from gravyboat/develop
Updated clientacl docs to resolve 6802.
2013-12-13 21:56:45 -08:00
Seth House
5ccc3c0b59 rST fix 2013-12-13 22:52:02 -07:00
Forrest Alvarez
ad9a2ed62f Updated clientacl docs to resolve 6802. 2013-12-14 05:45:31 +00:00
Seth House
d158fbefd4 Changed conf-log to conf_log to match the other conf_* roles
@s0undt3ch Hope you don't mind.
2013-12-13 17:34:59 -07:00
Erik Johnson
c88269351b Remove references to yumpkg in documentation 2013-12-13 18:01:34 -06:00
Thomas S Hatch
167c110f43 Add doc for yaml_utf8 2013-12-13 14:40:47 -07:00
Seth House
e6ed5e2889 Added docs for new execution and state modules 2013-12-12 23:29:56 -07:00
Seth House
e252ee8f8a Updated docs for buildout -> zcbuildout rename 2013-12-12 23:29:56 -07:00
Erik Johnson
3a6274fb3b Remove reference to yumpkg5 in provider override example
yumpkg5 is the default now, so it shouldn't be included in an example of
overriding the provider.
2013-12-09 14:16:19 -06:00
Forrest Alvarez
52e6d273f6 updated the faq to add a note about backup_mode, fixed a typo in the backup mode docs, and updated one of the file.managed examples with a backup line, as well as an additional note directing the user to the backup mode documentation in a highly visible area. 2013-12-08 05:52:45 +00:00
Thomas S Hatch
77d61d92a4 Merge pull request #8914 from makinacorpus/issue-8856-buildout-support
feat: buildout support
2013-12-03 09:56:59 -08:00
Joe Healy
45525b4b59 Doc fixes to remove errors and warnings 2013-12-01 18:29:16 +11:00
Mathieu Le Marec - Pasquet
228c987b76 feat: buildout support
This fixes #8856.
2013-11-29 18:51:20 +00:00
Erik Johnson
1c24bbe7fc Update salt-key documentation
Bring docs.saltstack.com in line with the CLI usage
2013-11-28 12:05:37 -06:00
regilero
1e855fdef1 Document the fact use does not inherit requisites, @ref #8796 2013-11-27 09:41:34 +01:00
Henrik Holmboe
c1bb9d5619 Upcase SSH in Salt SSH. 2013-11-24 00:18:40 +01:00
Erik Johnson
e7e84ff305 Add autoreject_file to master config file documentation
Included a versionadded directive to note when this was added, to reduce
confusion.
2013-11-21 17:12:31 -06:00
Joseph Hall
0765eeb983 Merge pull request #8728 from basepi/watchdocs
Add some additional docs for `cmd.wait` for the watch requisite
2013-11-21 14:02:58 -08:00
Henrik Holmboe
43ec66d049 Add state documentation for AWS SQS. 2013-11-21 22:34:53 +01:00
Colton Myers
ca72744cc7 Add some additional docs for cmd.wait for the watch requisite 2013-11-21 14:33:52 -07:00
hvnsweeting
dd38ba8fc6 remove confusing example about order option
clarify that state with order option should not be require/required by other
2013-11-20 19:44:11 +07:00
Sylvestre Ledru
0d5afed1a8 Debian is not necessary a Linux. It can also be a Freebsd or HURD based 2013-11-19 17:23:56 +01:00
Sylvestre Ledru
03f14de476 Fix more typos in the documentation 2013-11-19 17:22:56 +01:00
Sylvestre Ledru
b9a04bcc68 Consistency change in the documentation 2013-11-19 17:03:28 +01:00
Sylvestre Ledru
49de8e0aa9 Fix some minor typos 2013-11-19 16:57:51 +01:00
Jeffrey C. Ollie
b1fb52a680 fix more funcion => function typos 2013-11-15 14:50:17 -06:00
Seth House
076d99d214 Added a few cross-references from the Syndic docs to the master config 2013-11-11 17:51:25 -07:00
Seth House
d56e72143a Added explicit mention that Syndics maintain their own file_roots 2013-11-11 17:48:12 -07:00
Seth House
ee0dd1a669 Added autodoc generated cloud module docs 2013-11-11 16:25:28 -07:00