Erik Johnson
97015a5db4
Add more information about salt-call
...
This adds additional information both to the walkthrough and the
"troubleshooting" page.
2013-09-12 17:11:10 -05:00
Forrest Alvarez
168776a639
updated troubleshooting index to add selinux commands for CentOS/RHEL 6.
2013-09-12 05:01:51 +00:00
Henrik Holmboe
009326f7f9
Type in cloud_controller.rst
2013-09-11 21:36:31 +02:00
Joseph Hall
dde02828fd
Merge pull request #7146 from joehealy/doc_typos
...
Fix for typos picked up by lintian
2013-09-10 05:23:13 -07:00
Joe Healy
6c471a6d4a
Fix for typos picked up by lintian
2013-09-10 22:10:47 +10:00
Henrik Holmboe
4cb197c04a
Align comments
2013-09-10 13:45:00 +02:00
Henrik Holmboe
9591465b32
Fix mid-sentence stop, no reference
...
In addition to some other minor changes.
2013-09-10 13:41:53 +02:00
Joseph Hall
46f8f15ad2
Adding additional information on firing events
2013-09-09 18:06:05 -06:00
Thomas S Hatch
8f588a0881
Add initial bare bones roster docs
2013-09-08 23:00:45 -06:00
Thomas S Hatch
c05d4892de
Add initial salt-ssh docs
2013-09-08 22:39:42 -06:00
Erik Johnson
234a032867
Add release notes for 0.16.4
2013-09-06 11:29:14 -05:00
Seth House
ebce80d84c
Merge pull request #7075 from terminalmage/docs
...
A bunch of docs commits
2013-09-05 11:58:30 -07:00
Erik Johnson
b603274ecd
Add notes on GitPython issue in salt<=0.16.3
2013-09-05 13:43:08 -05:00
David Boucha
86e0de1348
Correct rst underlines that were too short
2013-09-05 10:02:55 -06:00
Erik Johnson
e2bf055542
Add FAQ page to docs
...
This was added per #7024 .
2013-09-05 09:10:47 -05:00
Pierre DOUCET
aee8b60f79
Adding "wmi windows installer provider" to docs. Fixes #7030
2013-09-05 13:38:24 +02:00
Henrik Holmboe
4fe8c529c0
Some minor changes to the documentation
2013-09-04 14:48:17 +02:00
Seth House
82d1fe8409
Changed package-map.jinja references to map.jinja
2013-09-03 13:24:27 -06:00
Seth House
cbf0b79ab5
Updated Salt version requirements for Formulas
2013-09-03 13:24:27 -06:00
Thomas S Hatch
29c562bb2b
Merge pull request #6953 from s0undt3ch/features/even-more-logging-power
...
Support External Logging Handlers
2013-08-31 19:35:34 -07:00
Erik Johnson
c86c855279
Better way of emphasizing S, L, and S in docs
...
Pull req #6972 negated a 100% intentional design decision, intended to
draw attention to the S, L, and S in "SaLt State file" to show why they
are called "SLS files". This commit reverts that change, and bolds the
S, L, and S so that this is more apparent.
2013-08-30 18:05:38 -05:00
Pedro Algarvio
931e0c4b05
Minor updates to include the external logging handler documentation.
2013-08-30 23:14:40 +01:00
Ajith Antony
f880d57af3
SaLT -> Salt
2013-08-30 15:41:15 -05:00
Pedro Algarvio
e5a8b46b7e
Updated logging documentation on a common place.
...
* All logging information now resides on it's own document where all the currently documented features are explained.
* The master and minion logging configuration sections are now minimal and direct each option to the right place on the logging doc.
* A link to the logging doc was also added to the configuration document topic to help debugging issues when troubles are found.
* Headers fixed in the minion and master configuration docs
2013-08-30 19:32:40 +00:00
Colton Myers
0acf9a5383
Remove deprecated matchers from compound matcher
2013-08-29 11:26:59 -06:00
Thomas S Hatch
94133c17e7
Merge pull request #6948 from hvnsweeting/reactor_doc
...
add doc on fire an event, add commas to improve readability
2013-08-29 08:21:51 -07:00
Pedro Algarvio
ebf848dfb4
Add an anchor to the enable Travis-CI note.
2013-08-29 10:52:38 +00:00
hvnsweeting
66e7f305e8
add doc on fire an event, add commas to improve readability
2013-08-29 14:11:43 +07:00
David Boucha
39d00fab81
Add doc showing how to install a Salt Master
2013-08-26 11:27:50 -06:00
Joseph Hall
f064e2beba
Merge pull request #6885 from lloydchang/develop
...
Clarify OS X instructions toward success
2013-08-25 04:48:48 -07:00
Lloyd Chang
54ad96538d
Clarify OS X instructions toward success
2013-08-25 00:10:24 -07:00
Erik Johnson
c4e85c63e9
Docs formatting fixes
2013-08-24 23:19:54 -05:00
Marc Liyanage
1dfdd943af
Small documentation tweak, started out by replacing "it's" with "its" and added some other minor changes.
2013-08-23 13:38:10 -07:00
David Boucha
7d353d91ca
Merge pull request #6844 from terminalmage/docs
...
Add more information on overriding providers
2013-08-21 17:05:50 -07:00
Erik Johnson
f15ce62cea
Add more information on overriding providers
...
As noted in IRC, if you are using a custom linux spin or derivative, it
may not be apparent which provider to use when overriding providers in
the minion config file. This commit adds a massive table for the pkg,
service, user, and group providers which explains how they are used, to
help guide the user to the correct decision when specifying a provider
override.
2013-08-21 16:49:25 -06:00
Chris Rebert
193bd841ac
deprecations.rst: fix grammar: it's => its
2013-08-21 13:42:39 -07:00
Pedro Algarvio
0f837d2702
Merge pull request #6811 from s0undt3ch/hotfix/absolute-imports
...
Because of the recent salt sys module rename, force absolute imports.
2013-08-20 16:11:41 -07:00
Pedro Algarvio
949c882278
Add documentation to style guide as to why absolute imports should be avoided.
2013-08-21 00:04:21 +01:00
Pedro Algarvio
9353dcafd3
Revert "salt.modules.cmdmod
renamed to salt.modules.cmd
while enforcing absolute imports."
...
This reverts commit 3fa341280b
.
2013-08-20 23:44:03 +01:00
Chris Rebert
3d20313ef8
doc/topics/conventions/style.rst: fix typo
2013-08-20 12:14:52 -07:00
Michael Grosser
d3a95b78cd
Fix typo.
2013-08-20 02:30:55 +02:00
Seth House
4c1a8f644b
Added section on package-map.jinja
2013-08-19 14:43:54 -06:00
Pedro Algarvio
3fa341280b
salt.modules.cmdmod
renamed to salt.modules.cmd
while enforcing absolute imports.
2013-08-19 13:45:56 +01:00
Thomas S Hatch
87e196a5cf
Add note on vertical function defs
2013-08-18 23:30:57 -06:00
Jason Sommer
201b4f8776
Added gitfs_root option
2013-08-17 20:14:57 -05:00
Seth House
5b81160804
Fleshed out the "Writing Formula" section
2013-08-16 23:33:21 -06:00
Seth House
5f65993b18
Improved Formula installation instructions
...
Refs #6739
2013-08-16 23:33:21 -06:00
Seth House
e5ab0c9a62
Expanded on Formulas Salt version requirements
2013-08-16 23:33:21 -06:00
Erik Johnson
a59b5149c6
Clarify the minion ID generation docs
2013-08-15 22:23:14 -05:00
Seth House
a97817abfa
Added note about Salt versions to formulas doc
2013-08-15 19:20:56 -06:00