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
Seth House
c0567bab0f
Updated Formula Best Practices doc with several recommendations
2014-12-12 17:43:00 -07:00
Seth House
d0f038eec0
Minor clarification to not pointing directly to formulas repos
2014-12-12 17:42:54 -07:00
Seth House
e7922758ae
Minor rST formatting
2014-12-12 17:42:53 -07:00
Thomas S Hatch
0c6655544c
Merge pull request #18782 from rallytime/master_tops_rendering
...
Fix markup so master_tops document will render correctly
2014-12-08 13:21:00 -07:00
Erik Johnson
00bf5daff8
Add bugfix for #17963 to 2014.7.1 releae notes
2014-12-08 08:45:03 -06:00
rallytime
9e5350c2f4
Fix markup so master_tops document will render correctly
...
Fixes #18723
2014-12-05 20:47:41 -07:00
Thomas S Hatch
8a7134e72d
Merge pull request #18672 from whiteinge/mod_aggregate-state-level
...
Add docs for mod_aggregate state-level keywords
2014-12-03 21:12:10 -07:00
Seth House
54d8760d2d
Added docs for the state-level aggregate keyword
...
Also added clarification on the two ways to invoke the aggregation
function.
2014-12-02 18:33:10 -05:00
Thomas S Hatch
dbcc98e5ba
Merge pull request #18610 from rallytime/update_zmq4_docs
...
Make ZMQ 4 installation docs for ubuntu more clear
2014-12-02 10:04:16 -07:00
Tim O'Guin
39fb372898
fixed allocate_new_eip typo in AWS cloud docs
2014-12-01 14:46:32 -06:00
rallytime
9fe67a34c2
Make ZMQ 4 installation docs for ubuntu more clear
...
References #18476
2014-12-01 11:48:17 -07:00
Elias Probst
6a7662c498
Fix typo (agregate → aggregate).
2014-11-29 15:58:07 +01:00
Erik Johnson
b11542dab9
Update 2014.7.1 release notes
2014-11-28 16:55:49 -06:00
Pedro Algarvio
f5794f837c
Update 'doc/.tx/config' - Build #213
...
http://cookingwithsalt.org/job/salt/job/transifex/213/
Signed-off-by: Pedro Algarvio <pedro@algarvio.me>
2014-11-26 20:01:25 +00:00
rallytime
73f3c0091d
Clean up doc build so it doesn't stacktrace
...
Fixes #18471
- Add zmq.eventloop to mocked modules in doc/conf.py
- Cleaned up rst references in rest_tornado.rst
2014-11-25 15:11:15 -07:00
Colton Myers
42223567b8
Add warning to docs about topfile compilation
...
Ref #12483
2014-11-24 14:33:37 -07:00
Erik Johnson
55b80853f6
Add new release notes file for 2014.7.1
2014-11-24 10:36:46 -06:00
Erik Johnson
22962d097e
Fix wording in 2014.1.1 release notes
...
As this was the first bugfix release for 2014.1.0, it should not be
described as "another" bugfix release.
2014-11-24 10:35:47 -06:00
Erik Johnson
c0d9b84a86
Add 2014.7.0 to toctree
2014-11-24 09:46:48 -06:00
rallytime
91538d7ec1
Add information about salt-cloud events to master events doc
2014-11-21 15:57:59 -07:00
Seth House
898f1a70c3
Fix missing space after colon in architecture doc
...
Fixes #18134
2014-11-20 12:30:33 -06:00
Ronan Amicel
3d2b44a14b
Fix typo in 2014.7.0 release notes
...
virturalenv → virtualenv
2014-11-20 11:26:01 +01:00
Elias Probst
b0ead3f326
Typo in 2014.7.0 release notes (documentaiton → documentation).
2014-11-19 20:47:18 +01: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 S Hatch
10d1d490d4
Merge pull request #18187 from whiteinge/doc-key-events
...
Added documentation for key events
2014-11-17 21:12:39 -07:00
Thomas S Hatch
6d87d65cf4
Merge pull request #18186 from whiteinge/faq-nohup-restart
...
Added nohup example to the FAQ about restarting Salt with Salt
2014-11-17 21:12:33 -07:00
Thomas S Hatch
ab6c8c4f05
Merge pull request #18056 from jacksontj/saltnado
...
Saltnado
2014-11-17 08:58:39 -07:00
Thomas S Hatch
792358c5e0
Merge pull request #18101 from eliasp/2014.7-doc.topics.mine-mine_functions_example
...
Fix YAML syntax in mine_functions example.
2014-11-14 14:36:48 -07:00
Elias Probst
5580c714a5
Fix YAML syntax in mine_functions example.
...
The elements provided for a mine_functions definition need to be
either a list or a dict, but not a mix of both.
2014-11-14 21:25:30 +01:00
Seth House
0a55e39683
Added documentation for key events
2014-11-14 13:07:34 -05:00
Seth House
daf0fe9937
Added nohup example to the FAQ about restarting Salt with Salt
...
Suggested by @ in #7997 .
2014-11-14 12:40:18 -05:00
Thomas Jackson
6d2fbc8715
Documentation for saltnado
2014-11-13 08:36:29 -08:00
Justin Findlay
9158661205
expand unittest docs: formal style, more examples
2014-11-12 16:55:50 -07:00
Justin Findlay
217217f624
wrap unittest doc at 80 chars
2014-11-12 15:59:35 -07:00
rallytime
07e8c393ed
Fix spelling in raet doc
2014-11-12 06:50:38 -07:00
C. R. Oldham
25f7bf111a
Add breaking change notice for module.run in 2014.1.0
2014-11-10 16:28:21 -07:00
Mike Place
1fd9983fc7
Merge pull request #17310 from rallytime/update_windows_pkg_doc
...
Add 2014.7.0 release to windows installation doc
2014-11-10 12:33:00 -07:00
Colton Myers
69fa6b2e3c
Fix the release notes note
2014-11-10 09:51:21 -07:00
rallytime
4cbeebd3d0
Add 2014.7.0 release to windows installation doc
2014-11-07 15:26:28 -07:00
rallytime
2396392449
Remove release candidate message from docs sidebar
2014-11-07 09:37:09 -07:00
Thomas S Hatch
124fbba226
Merge pull request #17216 from rallytime/update_windows_links
...
Update windows installer links to include 2014.1.13 pkgs
2014-11-06 14:33:55 -07:00
rallytime
6f10b96f01
Update windows installer links to include 2014.1.13 pkgs
2014-11-05 16:15:07 -07:00
Sandra Kosmalla
2096f2cafd
fix syntax error in writing grains code snippet
2014-11-05 15:13:51 -07:00
Colton Myers
4149716bf2
Add note to release notes about pillar/compound matching in mine/publish
2014-11-05 11:27:23 -07:00
Pedro Algarvio
a114dab27d
Update 'doc/.tx/config' - Build #196
...
http://cookingwithsalt.org/job/salt/job/transifex/196/
Signed-off-by: Pedro Algarvio <pedro@algarvio.me>
2014-11-04 21:51:34 +00:00
Colton Myers
df0547969f
We evaluate a prereq, we don't call it. Fixes #17086
2014-11-04 11:36:30 -07:00
Erik Johnson
dfc10ef9b6
Update RC version in docs sidebar
2014-10-31 19:34:03 -06:00