Commit Graph

383 Commits

Author SHA1 Message Date
Seth House
a8e8111c92 Add a cross-ref to the vmbuilder formula repo 2014-12-19 14:34:58 -07:00
rallytime
926c486587 Correct master_sign_key_name reference
Fixes #19053
2014-12-17 11:32:23 -07:00
Seth House
51fa87c446 Change all state examples to use short-dec format for consistency
Closes #12419.

The command used to search the docs for state examples is below. This
generates a file in Vim's quickfix format that can be loaded with the -q
flag.

find . -type f \( -name '*.rst' -o -name '*.py' \) -print0
    | xargs -0 -P10 -n1 awk '
        BEGIN { RS=""; FS="\n" }
        { linenr = linect; linect += (NF + 1) }
        /^\s+[a-zA-Z0-9'\''_-]+:\n\s+[a-zA-Z0-9'\''_-]+:\n\s+- / {
            print FILENAME "|" linenr + 2 "|", $1
        }
    ' > ./salt-states.quickfix
2014-12-12 23:36:40 -07:00
Colton Myers
426c97282e Deprecating for Boron, not Beryllium 2014-11-18 16:39:01 -07:00
Colton Myers
c0f7756153 Reorganize orchestration doc and deprecate overstate runner 2014-11-18 16:31:36 -07:00
Thomas Jackson
9f7dac0674 Spelling fixes for docs 2014-10-28 08:12:27 -07:00
Erik Johnson
13a92bde69 Add further clarification that gitfs auth is pygit2-only 2014-10-19 17:01:13 -05:00
Erik Johnson
90ba9b8a43 Add notice that per-remote auth params are not supported in GitPython 2014-10-18 17:36:51 -05:00
Erik Johnson
00bd8477dd Fix sphinx build error
There is no 'math' lexer in sphinx.
2014-10-15 22:43:37 -05:00
Tim O'Guin
156768408a updated masterless documentation to clarify the need to disable (or not run) the salt-minion daemon, otherwise the minion will attempt to connect to a master 2014-10-04 14:57:06 -05:00
Thomas S Hatch
ea5c8518db Merge pull request #16246 from rallytime/pillar_docs
Add note on how to set pillar data on the command line to pillar tutorial
2014-09-29 20:03:47 -06:00
Ed Kern
3933cdb72a pub_sig to pubkey_sign so that the tutorial isnt broken in /doc/topics/tutorials/multimaster_pki.rst 2014-09-29 16:21:08 -06:00
rallytime
38db7b7d5e Add note on how to set pillar data on the command line to pillar tutorial
Closes #14217
2014-09-29 16:04:30 -06:00
Erik Johnson
36d59944d1 Fix sphinx build error 2014-09-17 18:00:18 -05:00
Erik Johnson
c094f8bd68 Fix sphinx build error 2014-09-17 18:00:18 -05:00
Erik Johnson
604a131f6f Fix sphinx build error 2014-09-17 18:00:18 -05:00
rallytime
e5a1876462 Update multimaster tutorial 2014-09-04 12:58:19 -06:00
Erik Johnson
3c800cdd5f Add pygit2 install link to gitfs walkthrough 2014-09-02 23:33:11 -05:00
Erik Johnson
510942d3ec Remove references to masterless salt from gitfs docs
Alternate backends do not yet work with the local fileclient.
2014-09-02 15:59:05 -05:00
Erik Johnson
9b2fc52e93 Fix duplicate word 2014-09-02 15:31:13 -05:00
Erik Johnson
ac944272e0 Fix spelling error 2014-09-02 15:27:44 -05:00
Erik Johnson
ba3e0367c6 Remove extraneous word 2014-09-02 15:16:32 -05:00
Erik Johnson
0a5bc21b58 More gitfs documentation clarifications/corrections 2014-09-02 14:37:52 -05:00
Erik Johnson
0ae4a108b7 Clarify outdated information in gitfs walkthrough
This paragraph predates the addition of pygit2 and dulwich support, and
seems to suggest that GitPython is required for gitfs, when that is no
longer necessarily true. This commit clarifies the wording here.
2014-09-02 13:22:56 -05:00
Jille Timmermans
4064a8cf4c Fix some documentation inconsistencies 2014-09-02 11:38:23 +02:00
Joseph Hall
0b546aeadd Merge pull request #15234 from cachedout/pillar_refresh_doc
Add info about pillar refresh.
2014-08-25 11:12:54 -06:00
Erik Johnson
41a0753518 Add ssh_config example for GitPython 2014-08-25 12:06:29 -05:00
Mike Place
0d03e31fb7 Add info about pillar refresh. 2014-08-25 10:56:55 -06:00
Erik Johnson
5444c68437 Update docs to reflect pygit2 auth support in 0.20.3 2014-08-20 23:54:48 -05:00
Erik Johnson
c8be676577 Update gitfs documentation
This adds all the new authentication options, and also moves most of the
usage examples into the gitfs walkthrough. The walkthrough has also
undergone considerable restructuring.
2014-08-20 21:36:44 -05:00
rallytime
8dcedf684d Change more affected docs from Helium to 2014.7.0 2014-07-15 17:02:19 -06:00
vs
b1142570bc add note that points to multimaster_pki as an alternative setup 2014-07-15 03:42:39 -07:00
vs
f1a4b30020 add note that points to mulitmaster as an alternative setup 2014-07-15 03:42:21 -07:00
vs
f440b0f111 link in the multimaster_pki_tutorial 2014-07-15 03:41:12 -07:00
Thomas S Hatch
024485fb36 Merge pull request #14204 from terminalmage/docs
Fix the rest of the double-colons in docs
2014-07-14 16:01:13 -06:00
Thomas S Hatch
1577bf0fad Merge pull request #14178 from khrisrichardson/spelling
add sphinx spelling extension. enforce en_US
2014-07-14 15:43:33 -06:00
Erik Johnson
57096ca59c Convert double-colon to code-block 2014-07-14 12:37:13 -05:00
Erik Johnson
cc43b3cf4d Fix double-colon and remove redundant section
There is a section in part 2 that is already covered in-depth in part 1,
this commit removes it.
2014-07-14 12:34:03 -05:00
Thomas S Hatch
d2ca043327 Merge pull request #14195 from felskrone/master_signing_tutorial
Master signing tutorial
2014-07-14 11:17:16 -06:00
Volker Schwicking
d7b46395ff headings increased 2014-07-14 17:32:16 +02:00
Volker Schwicking
0f984aaf26 rewording, re-formatting 2014-07-14 17:21:12 +02:00
Khris Richardson
1acd82f3f1 add sphinx spelling extension. enforce en_us 2014-07-13 13:43:33 -05:00
Erik Johnson
16d59eb135 Fix rst note:: directives 2014-07-13 10:40:53 -05:00
Chris Rebert
a016a30508 fix typos in doc/topics/tutorials/intro_scale.rst 2014-07-11 15:46:54 -07:00
Thomas S Hatch
c2c9ea05e3 Merge pull request #14119 from gravyboat/develop
Fixed a few more files with code block issues.
2014-07-10 17:14:04 -06:00
Forrest Alvarez
0a96a4ca09 Updated the salt bootstra, and writing tests docs to fix some code block issues. 2014-07-10 15:47:51 -07:00
Thomas S Hatch
487c5f5a33 Merge pull request #14083 from hvnsweeting/hvn-doc-update
Salt virt/cloud doc update
2014-07-10 14:36:35 -06:00
Volker Schwicking
3da7bf5fc9 rewording 2014-07-10 17:27:31 +02:00
Hung Nguyen Viet
fef3b93bec rewrite some sentences 2014-07-10 11:28:18 +07:00
Hung Nguyen Viet
81d74c1080 avoid confusing with salt-cloud 2014-07-10 11:15:17 +07:00