Matthew Williams
322b6055b2
docs: lxc and seed modules
2013-09-05 06:24:00 +00:00
Thomas S Hatch
f85c6e4566
Merge pull request #7020 from joehealy/windows_package_manager_doc_improvements_3
...
Windows package manager doc improvements 3
2013-09-04 08:01:12 -07:00
Thomas S Hatch
e4f2053fc7
Merge pull request #7019 from joehealy/windows_package_manager_doc_improvements_2
...
further windows doc tweaks
2013-09-04 08:00:39 -07:00
Henrik Holmboe
4fe8c529c0
Some minor changes to the documentation
2013-09-04 14:48:17 +02:00
Joe Healy
9e65e208c4
Moved operation section nearer the top to give a high level overview
...
before diving in.
2013-09-04 11:35:37 +10:00
Joe Healy
282e5a813f
further doc tweaks
2013-09-04 11:33:51 +10: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
81ba8889da
Merge pull request #6998 from holmboe/patch-1
...
Syntax of versionadded
2013-09-03 12:19:15 -07:00
Henrik Holmboe
46fb3bcf28
Syntax of versionadded
2013-09-03 14:59:14 +02:00
Joe Healy
69b8df8c76
Improvements to the windows package manager page.
...
The aim is to give a bit of a high level intro and also to
aid troubleshooting.
2013-09-03 22:50:33 +10: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
f99d2a5065
Direct curious developers to the proper document.
2013-08-30 19:33:22 +00: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
Pedro Algarvio
0cdfabf24c
Allow the conf-log
role to link to the logging documentation.
2013-08-30 19:32:40 +00:00
Pedro Algarvio
f5f4caa852
Fix doctring code block syntax.
2013-08-30 19:32:40 +00:00
Pedro Algarvio
680ca716ec
Add linkable ref
's to the minion and master logging configuration sections.
2013-08-30 19:32:39 +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
shadowfax-chc
ae3d936644
Added reference docs for hgfs.
2013-08-26 17:42:52 -04:00
David Boucha
39d00fab81
Add doc showing how to install a Salt Master
2013-08-26 11:27:50 -06:00
hvnsweeting
0091937b3d
wrap match name in quote to make sure it work
2013-08-27 00:04:44 +07: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
Chris Rebert
ac43a79cee
windows-package-manager.rst: remove nonsensical line
2013-08-23 10:59:15 -07:00
Pedro Algarvio
c86d35e580
Add documentation about explicit module reload on states.
2013-08-23 12:50:36 +01:00
Pedro Algarvio
5075898935
No absolute imports.
2013-08-22 21:45:45 +01:00
Pedro Algarvio
8072edb7fd
Fix module name to import.
2013-08-22 19:02:18 +01:00
Pedro Algarvio
df8bdf8646
By forcing absolute imports, we don't have to rename the pip state module.
2013-08-22 19:02:18 +01:00
Pedro Algarvio
55b11af356
Update documentation to the renamed pip state
2013-08-22 19:02:18 +01:00
Erik Johnson
38f1bc33cf
Add lines for {net,open}bsdservice to State Providers doc
...
These lines were left incomplete in f15ce62
, this commit finishes them.
2013-08-21 20:39:24 -06: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
1956a6e5cc
Sort modules and states.
2013-08-21 00:10:26 +01:00
Pedro Algarvio
b6e7c6836e
h3
was too big but it can be the same size of p
nor h2
.
2013-08-21 00:05:48 +01: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
bd002f97da
Revert "By enforcing absolute imports, there's no need for module name aliases."
...
This reverts commit a1a2b49a72
.
2013-08-20 23:44:05 +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
Pedro Algarvio
3c523bf35f
Revert "Since there are some links to salt.modules.cmdmod
point the user to the correct module."
...
This reverts commit 1599cd0ba5
.
2013-08-20 23:44:01 +01:00
Pedro Algarvio
0b9851e2bb
Revert "Since the module/state got renamed, let's leave a link pointing to the new names."
...
This reverts commit e724e54199
.
2013-08-20 23:43:59 +01:00
Pedro Algarvio
e894db7ffa
Revert "Renamed debconfmod
module and state to debconf
while enforcing absolute imports."
...
This reverts commit 04e3874b42
.
2013-08-20 23:43:57 +01:00