Commit Graph

1536 Commits

Author SHA1 Message Date
Erik Johnson
4ce370b679 improve formatting in remote execution tutorial 2013-08-06 19:21:39 -05:00
Colton Myers
7743c77d9d Add the salt.states.iptables docs 2013-08-05 18:10:41 -06:00
Colton Myers
34d156bd6d Add iptables to state index 2013-08-05 18:08:15 -06:00
Erik Johnson
02cd6d1868 Fix additional broken links
This takes care of the last of the warnings generated by sphinx when
building the HTML docs.
2013-08-03 23:35:50 -05:00
Erik Johnson
06a61bc5e6 Fix more broken links
Two links in doc/ref/states/highstate.rst were broken, resulting in
warnings when running sphinx-build to build the html docs. They were
trying to link within the same page, and the section did not exist,
these sections were probably split off into a separate page
(doc/ref/states/requisites.rst) some time ago and these were never
updated to reflect that.
2013-08-03 19:27:17 -05:00
Erik Johnson
c78a06c833 Remove links to nonexistant pages
Would be good to write these eventually, but for now don't try linking
to them since they do not exist.
2013-08-03 19:12:09 -05:00
Erik Johnson
6e5eb5ad5b Fix broken link in 0.16.2 release notes 2013-08-03 19:11:30 -05:00
Erik Johnson
383e5f5814 add salt-ssh documentation page to TOC 2013-08-03 19:11:16 -05:00
Erik Johnson
beedffc62c Added links, formatting fix for standalone minion docs 2013-08-03 18:54:30 -05:00
Erik Johnson
56fbf9cdbf Formatting fixes + added File Directory Settings
Added the configuration parameters made available with a local
fileclient.
2013-08-03 18:53:39 -05:00
Erik Johnson
f59cbc427f Formatting corrections 2013-08-03 18:53:05 -05:00
David Boucha
a99c8e721f Add links to windows Salt 0.16.2 installers 2013-08-02 11:09:10 -06:00
Erik Johnson
7700966174 Merge pull request #6489 from terminalmage/docs
Replace references to 0.16.1 with 0.16.2
2013-08-01 18:11:38 -07:00
Erik Johnson
eb339ef1fa Replace references to 0.16.1 with 0.16.2 2013-08-01 20:10:45 -05:00
Erik Johnson
ef9e7e5ab6 Merge pull request #6487 from s0undt3ch/features/doc-link-to-issues
Replace issue links with the `:issue:` extlink extension.
2013-08-01 17:56:53 -07:00
Erik Johnson
fa6170d9f4 Add explanation of the kwargs passed to states 2013-08-01 19:48:23 -05:00
Erik Johnson
dbfc6448fa Remove unnecessary question mark 2013-08-01 19:47:46 -05:00
Pedro Algarvio
87472875fe Replace issue links with the :issue: extlink extension. 2013-08-02 01:04:57 +01:00
Erik Johnson
8205940ff6 Fix RabbitMQ link in 0.16.2 release notes 2013-08-01 18:02:59 -05:00
Erik Johnson
38901bc110 Fix rst syntax in 0.16.2 release notes 2013-08-01 17:51:39 -05:00
Erik Johnson
61c30d3a50 Add fix for #6464 to 0.16.2 release notes 2013-08-01 16:20:15 -05:00
David Boucha
b3bff31a40 Add example of using expr_form 2013-08-01 14:29:49 -06:00
Erik Johnson
c490a73517 pkg, not package 2013-08-01 13:01:49 -05:00
David Boucha
c552c6b537 Add doc on requiring an entire sls file 2013-08-01 11:03:21 -06:00
Erik Johnson
b2c960fadb Add fix for #6471 to 0.16.2 release notes 2013-08-01 11:53:15 -05:00
Erik Johnson
f035d20b6a Add additional bugfixes to 0.16.2 release notes 2013-08-01 10:09:55 -05:00
Erik Johnson
4ad4f2f751 Added a few more changes to 0.16.2 release notes 2013-07-31 23:09:36 -05:00
Erik Johnson
59a805607c Add release notes for 0.16.2 2013-07-31 22:55:52 -05:00
Erik Johnson
70e236d028 Docmentation tweaks in advance of 0.16.2 release 2013-07-31 20:43:37 -05:00
Tomé Duarte
7946bef5f3 Fix typo in pidfile code example. 2013-07-30 06:57:34 +01:00
Forrest
a860e5d002 Fixed a typo in pki minion information.
Modified path to properly reference the key location.
2013-07-29 22:35:28 -07:00
Erik Johnson
17d206b783 Punctuation fix in pillar docs
Sentence is missing a period at the end.
2013-07-29 19:56:06 -05:00
Erik Johnson
c3ca853582 Use double-colon to make cmdline example use PRE tag in docs 2013-07-28 18:06:37 -05:00
David Boucha
5a8fb7a38d better wording in winrepo 2013-07-28 00:50:44 -06:00
David Boucha
81bf77f4d3 mention winrepo execution module 2013-07-28 00:48:04 -06:00
Joseph Hall
ed29fa103a Merge pull request #6376 from terminalmage/issue6322
Add functions to manage file backups
2013-07-27 16:27:13 -07:00
Erik Johnson
3a2fbbf7dc add information to backup restoration docs 2013-07-27 18:20:06 -05:00
Erik Johnson
a77a7bd5f1 Document backup listing/restoring/deleting 2013-07-27 18:09:41 -05:00
Erik Johnson
c2b2f675c0 Add file.restore_backup, file.delete_backup
These functions allow you to restore a backup found with
file.list_backups, as well as remove unwanted backups.
2013-07-27 17:49:55 -05:00
Thomas S Hatch
2fa7df3829 Merge pull request #6360 from kula/fix_5813
POTENTIAL FIX: Backoff when minion fails to connect
2013-07-27 15:47:54 -07:00
Jason Swindle
4c5da1347e Updating Grains doc to show JINJA in Top file matching with grains. 2013-07-27 16:51:07 -05:00
Thomas L. Kula
54a0746b4e Backoff when minion fails to connect
NOTE: This is a potential change --- I haven't actually gotten a
test environment to try this out.

This adds a configuration option to the minion,
`acceptance_wait_time_max', that if set changes the acceptance
wait loop to add `acceptance_wait_time' seconds to the wait between
each iteration, up to this maximum value.

POTENTIAL FIX: Issue #5813
2013-07-27 16:51:38 -04:00
Erik Johnson
13e9444329 Add file.list_backups execution function
This commit adds a function that will list the available backups for a
given path.
2013-07-27 14:48:20 -05:00
Joseph Hall
7062ff4366 Merge pull request #6344 from mikadosoftware/minor-doc-fix
Trivial doc spelling fix
2013-07-27 07:14:06 -07:00
Joseph Hall
16f28ca935 Merge pull request #6343 from go8ose/note-pillar-flat
Document how the pillar namespace is flattened.
2013-07-27 06:46:18 -07:00
Paul Brian (lifeisstillgood)
fe4559101e Trivial doc spelling fix
It is trivial but it is my first commit / pull request so useful for
checking the process is correct. And it has a semicolon
2013-07-27 13:07:44 +01:00
Geoff Crompton
c0588d42db Document how the pillar namespace is flattened. 2013-07-27 16:35:55 +10:00
Thomas S Hatch
45cb885301 Merge pull request #6331 from terminalmage/docs
Lots of docs on salt fileserver environments
2013-07-26 10:33:24 -07:00
Erik Johnson
742fdf9e63 Add link to step 4 of walkthrough to main docs index page 2013-07-26 12:13:51 -05:00
Erik Johnson
a7110e9305 Add practical example 2013-07-26 12:13:32 -05:00