Commit Graph

2379 Commits

Author SHA1 Message Date
Joe Healy
6cc4c69716 Rename js file to make minified file relationship clear 2014-02-05 00:06:40 +11:00
regilero
93f8cdc0f0 Doc: fix bad usage of requisite in man salt 2014-02-04 10:47:34 +01:00
Erik Johnson
3ed0996a90 Miscellaneous docs fixes
Formatting, quieting build errors, etc.
2014-02-03 22:11:56 -06:00
Thomas S Hatch
f072a9531b Add initial raet docs 2014-02-03 17:06:16 -07:00
Erik Johnson
e14d701b2f Improve documentation on running salt as non-root 2014-02-03 13:05:51 -06:00
Pedro Algarvio
ecba2649fd Merge pull request #10147 from s0undt3ch/develop
Allow specifying the transifex rc file path
2014-02-03 10:09:04 -08:00
Pedro Algarvio
b045278908 Allow specifying the transifex rc file path 2014-02-03 18:04:21 +00:00
Pedro Algarvio
441e3feb53 Merge pull request #10142 from s0undt3ch/develop
Allow the transifex secrets to be fetched from environment
2014-02-03 09:24:44 -08:00
Pedro Algarvio
a9f652bb92 Allow the transifex secrets to be fetched from environment 2014-02-03 17:05:39 +00:00
Corey Quinn
a73953be9d Added homebrew installation to website 2014-02-03 15:35:34 +01:00
pille
3eee5d8697 fix doc typo 2014-02-03 11:19:11 +01:00
Erik Johnson
e254cbc764 Fix sphinx warnings 2014-02-01 16:05:54 -06:00
Pedro Algarvio
002d294f04 EXtend the virtual terminal notes 2014-02-01 08:20:16 +00:00
Pedro Algarvio
e228f88662 Merge pull request #10098 from terminalmage/release_notes
Add additional info to the 2014.1.0 release notes
2014-02-01 00:13:22 -08:00
Ted Strzalkowski
e2949d865d Updated requisites docs to only monospace sls keys 2014-01-31 19:54:21 -08:00
Erik Johnson
8b224d7161 Add additional info to the 2014.1.0 release notes 2014-01-31 18:43:43 -06:00
Thomas S Hatch
15c728bf02 Merge pull request #10086 from dangarthwaite/states_run_on_minions_8389
states_run_on_minions_8389
2014-01-31 10:24:40 -08:00
Dan Garthwaite
1edaf7c345 states_run_on_minions_8389 2014-01-31 12:43:51 -05:00
Joseph Hall
6710ca1605 Merge pull request #10050 from jeremyfelt/fix-file_root
s/environmentt/environment/ in new file_roots.rst documentation
2014-01-30 17:03:43 -08:00
Erik Johnson
7c5e6015ba Merge pull request #10057 from mgwilliams/lxc
add docs for lxc runner
2014-01-30 11:18:22 -08:00
Matthew Williams
490338850a add lxc runner to index.rxt 2014-01-30 14:03:15 -05:00
Seth House
b9e9912d63 Added a rST anchor for the Reactor docs 2014-01-30 11:49:38 -07:00
Forrest Alvarez
c70343bb03 Updated the hacking doc to fix the jenkins url so it was a hyperlink. 2014-01-30 18:29:31 +00:00
Forrest Alvarez
fcf3112c27 Updated the hacking doc to remove the note about travis-ci, and instead add a note explaining the jenkins process. 2014-01-30 18:25:24 +00:00
Matthew Williams
df3c875d5a add docs for lxc runner 2014-01-30 00:19:21 -05:00
jeremyfelt
1562acfbb3 s/environmentt/environment/ in new documentation
Introduced in 85cbec9
2014-01-29 20:40:02 -08:00
Forrest Alvarez
49bdaf7498 Updated the formulas doc to show an example that reflects our normal map structure. 2014-01-30 03:34:20 +00:00
Erik Johnson
245f28e99a Merge pull request #10043 from dangarthwaite/scheduler-doc-state-args-kwargs
The code or schedule had a better example than the doc.
2014-01-29 18:39:28 -08:00
Forrest Alvarez
c1d8fca8a5 Fixed a typo in the file_roots docs, 2014-01-29 20:52:08 +00:00
Forrest Alvarez
ff4a01d5ed Updated the file_roots docs to show an example using multiple file roots for different environments. 2014-01-29 20:51:03 +00:00
Thomas S Hatch
6029515fd0 Merge pull request #9985 from makinacorpus/graindirs
Custom grains directories
2014-01-29 07:25:28 -08:00
dan
46c275b771 The code or schedule had a better example than the doc. 2014-01-29 00:06:08 -05:00
Seth House
7b50bd1352 Added cmd_batch to Python API documentation 2014-01-28 12:35:02 -07:00
Mathieu Le Marec - Pasquet
11ff89000b Custom grains directories 2014-01-28 13:40:55 +01:00
Forrest Alvarez
db01d53d53 Updated requisite docs to try and clarify issues regarding the difference between requisite, and requisite_in. 2014-01-28 04:31:25 +00:00
Thomas S Hatch
4fd5512685 clean out extra whitespace 2014-01-27 10:30:45 -07:00
Colton Myers
3f8799a334 Update current release in docs 2014-01-27 10:00:26 -07:00
Colton Myers
782c5dc944 Add 0.17.5 release notes 2014-01-27 09:59:57 -07:00
Joseph Hall
75c2bd46b4 As stupid of a rule as it is, "modeled" is correct 2014-01-26 20:20:28 -07:00
Alexey Ivanov
d23ff3821e
codespell: grammar nazi
Run codespell[1] against sources.

[1] https://github.com/lucasdemarchi/codespell
2014-01-26 18:41:28 -08:00
Erik Johnson
cad5485d9f Fix bad rst link refs 2014-01-26 05:37:16 -06:00
Erik Johnson
3fb755b63c Add example about jobs.list_jobs, jobs.lookup_jid
Sometimes the salt CLI will exit without displaying the return data from
all minions, but they do actually return data. This commit explains how
to use the jobs runners to obtain job return data and potentially catch
minions that did not return in these edge cases.
2014-01-25 20:56:01 -06:00
Seth House
cd1df50d25 Added `python` Jinja filter to jinja renderer docs 2014-01-23 19:41:16 -07:00
Seth House
3fffbbaa09 Added section on debugging the reactor 2014-01-23 10:34:33 -07:00
Thomas S Hatch
6b09f5b8fd Merge pull request #9831 from makinacorpus/pgsql
[need review] PGSQL state/mod improvments
2014-01-23 09:07:59 -08:00
Thomas S Hatch
9aeece736d Merge pull request #9784 from cro/proxyminion_rebase
Proxy minion support
2014-01-23 08:29:50 -08:00
regilero
3784c2f80d Add documentation on yaml_utf8 setting on yaml troubleshooting documentation 2014-01-23 15:09:03 +01:00
Seth House
7293456a13 Added GitHub URL for managing subscription settings 2014-01-22 12:27:13 -07:00
Erik Johnson
e13b253f67 Add --roster-file online docs option (new in 2014.1.0) 2014-01-22 11:24:29 -06:00
Erik Johnson
40cd458d70 Correct salt-ssh docs inaccuracy 2014-01-22 11:18:09 -06:00
Mathieu Le Marec - Pasquet
7039b4c974 postgres: support for extensions 2014-01-21 19:25:35 +01:00
Thomas S Hatch
70f637d1a1 Clarify require document 2014-01-20 12:08:59 -07:00
Erik Johnson
5cad858f24 Add info about gitfs improvements
Also improved the information on the BSD package management
enhancements.
2014-01-18 21:33:53 -06:00
Erik Johnson
f636d1d4ed Fix refs to yumpkg5 2014-01-17 21:08:44 -06:00
Forrest Alvarez
c8416f9b6d Updated the globbing doc with a link to compound matching, updated the compound matchin doc with another example, 2014-01-17 05:56:59 +00:00
C. R. Oldham
7cc97c3f1c Update docs. 2014-01-16 12:43:40 -07:00
C. R. Oldham
637901e23e Proxy minion support. 2014-01-16 12:43:11 -07:00
C. R. Oldham
552ff8308b Use a better ping example. 2014-01-16 12:43:02 -07:00
C. R. Oldham
1eae21db3b Update proxy_minions diagram (again) 2014-01-16 12:42:53 -07:00
C. R. Oldham
b6607b4b0d Update proxy minions diagram. 2014-01-16 12:42:40 -07:00
C. R. Oldham
a4277964cf Proxy minion documentation 2014-01-16 12:42:09 -07:00
C. R. Oldham
1c96911c1a Add missing proxy-minion script 2014-01-16 12:39:40 -07:00
Thomas S Hatch
6c144e003e Log to trace instead of print, @pwaller per #9752 2014-01-16 10:49:41 -07:00
Peter Waller
054fccd3b7 Update index.rst
Fix a pet peeve of mine so that beginners don't repeat the mistake: silencing `ImportError` is evil since you don't know if it came because `dependency_that_sometimes_exists` is unavailable or the `dependency_that_sometimes_exists` tried to import something which was broken.

This can seriously hinder debugging.
2014-01-15 14:04:03 +00:00
Alexey Ivanov
1d5c21fd89 master: added live profiling support via yappi
This allows low-overhead adhoc profiling of production servers without
interrupting service.
2014-01-13 23:10:05 -08:00
Thomas S Hatch
855437d7c6 Merge pull request #9719 from SaveTheRbtz/signal-debugging
Print debug info not only on `SIGUSR1` but also on `SIGINFO`
2014-01-13 09:37:57 -08:00
Alexey Ivanov
1892c4ef84 docs: added note about SIGINFO and Ctrl+T un BSD/Mac 2014-01-13 00:51:11 -08:00
Forrest Alvarez
edf3598f12 Updated the salt bootstrap tutorial with an example to download the latest stable release with curl moved the wget example so it is right below the curl example to ensure users get the stable as opposed to the develop on accident. Fixed a weird wording issue, and some line lengths, though several still remain. 2014-01-13 05:37:59 +00:00
Forrest Alvarez
563f99538d Fixed some errors that were getting generated. 2014-01-12 05:33:04 +00:00
Forrest Alvarez
13a7acff03 Updated the master configuration docs to fill out the rest of the items that were missing from the docs, also moved some stuff around so it was in the same order as the actual master conf file. 2014-01-12 05:23:09 +00:00
Forrest Alvarez
0f76689b4b Merge remote branch 'upstream/develop' into develop 2014-01-12 03:12:29 +00:00
John Dewey
0ce4611b86 Corrected syntax error with formula example
There was a syntax error in the map.jinja example.
2014-01-10 22:07:19 -08:00
Thomas S Hatch
db9c722e56 Merge pull request #9690 from hulu/copyedit-cloud-config
copyedit doc/topics/cloud/config.rst
2014-01-10 12:59:20 -08:00
Chris Rebert
bbdcb81e9b copyedit doc/topics/cloud/aws.rst 2014-01-10 12:43:08 -08:00
Chris Rebert
de5d0174e4 copyedit doc/topics/cloud/config.rst 2014-01-10 12:26:40 -08:00
Abe Music
0de31bdc50 Add example for wait_for_spot_interval_multiplier 2014-01-10 12:46:51 -06:00
Abe Music
b232dccdf7 Adding code example for pool size configuration 2014-01-10 12:38:02 -06:00
Abe Music
104d94cf7d Adding pool size doc; updating aws doc to include spot instance and EBS volume support 2014-01-10 12:16:51 -06:00
Forrest Alvarez
afab1e2d63 Updated the master config file with some options, made it down to the color option. Looking at how this is set up, things might need to be moved around. 2014-01-10 05:54:07 +00:00
Forrest Alvarez
cc0ca13855 Updated windows docs with a quick note to mention that the installers will install deps. 2014-01-08 03:06:43 +00:00
Colton Myers
b43b0d5d09 Add more state vs module clarification 2014-01-07 16:55:28 -07:00
Thomas S Hatch
87b25ed67a Merge pull request #9601 from terminalmage/docs
Replace references to Hydrogen release in docs
2014-01-07 10:26:31 -08:00
Erik Johnson
2d5c9d9136 Rename 2014.01.0.rst to 2014.1.0.rst 2014-01-07 12:09:06 -06:00
Erik Johnson
0b876b2813 correct 2014.01.0 -> 2014.1.0 2014-01-07 12:08:58 -06:00
Erik Johnson
6ab77e5317 Replace references to Hydrogen release in docs
This replaces references to Hydrogen (in versionadded/versionchanged
directives as well as a few other mentions), to reflect the actual
release number of 2014.1.0.
2014-01-07 12:06:53 -06:00
Erik Johnson
4cf7ffd719 spelling fixes 2014-01-07 10:53:18 -06:00
Thomas S Hatch
3f16b1b023 Merge pull request #9603 from techhat/jcl
Clarify that execution modules and state modules are not the same thing
2014-01-06 21:23:55 -08:00
Joseph Hall
214843c53b Clarify that execution modules and state modules are not the same thing 2014-01-06 19:57:01 -07:00
David Boucha
162776c4f1 slight doc reformat on windows install doc page 2014-01-06 16:07:26 -07:00
Thomas S Hatch
7a33ea5dfc Merge pull request #9570 from bbinet/fix-docker-start-port_bindings
Fix docker.start port_bindings
2014-01-06 08:20:02 -08:00
Thomas S Hatch
d43cc1116d Merge pull request #9566 from terminalmage/gitfs-pygit2
Add pygit2 support to git fileserver backend
2014-01-06 08:18:27 -08:00
Bruno Binet
c374214d4d Fix documentation related to docker port_bindings 2014-01-04 11:30:58 +01:00
Forrest Alvarez
1940e4c8ee Updated the digital ocean doc to fix some formatting issues regarding line length and indenting. 2014-01-04 06:31:42 +00:00
Erik Johnson
5a8faf4810 Add gitfs configuration parameters to master config docs
This commit adds the new gitfs_provider parameter, as well as several
other params for gitfs that were not documented.
2014-01-03 21:06:03 -06:00
Seth House
d6dd60af3a Added note that docs are for the development version 2014-01-02 15:40:57 -07:00
Seth House
fd099aaa50 Removed old/unused rST substitution 2014-01-02 15:40:57 -07:00
Joseph Hall
b45a594f6b Merge pull request #9533 from timoguin/develop
Added info about DigitalOcean "Applications" to cloud docs
2014-01-02 12:33:38 -08:00
Tim O'Guin
7d0b02ae27 added a note about DigitalOcean's concept of applications to the cloud docs 2014-01-02 14:07:33 -06:00
Thomas S Hatch
1ef832d093 update man pages to 2014.1.0 2014-01-02 12:59:16 -07:00
Erik Johnson
1c442f7c4e Add some links to the fileserver backends docs
This commit turns some of the config file parameters into links to the
master config file docs, and also links to the pages for the fileserver
backends being described.
2014-01-02 10:33:50 -06:00
Erik Johnson
366f6bdaaa Fix hyperlinks in hydrogen release notes 2014-01-01 16:39:14 -06:00
Erik Johnson
cd9c0ffe66 Normalize line length 2014-01-01 16:37:41 -06:00
Erik Johnson
4cb0faba5e Fix sphinx warning due to mismatched header lines 2014-01-01 16:34:54 -06:00
Erik Johnson
3f9c5d60fa Add note about ubuntu 12.04 not having sufficient GitPython for gitfs 2013-12-31 20:03:57 -06:00
Thomas S Hatch
0ea75bc989 Some headers for the release notes 2013-12-30 23:57:20 -07:00
Thomas S Hatch
aacaf6c24c Merge pull request #9503 from pakdel/minionfs
MinionFS fileserver backend
2013-12-30 21:02:03 -08:00
Thomas S Hatch
caa25449dc Merge pull request #9500 from terminalmage/alias-module-watch
Alias module.watch to module.wait
2013-12-30 21:00:49 -08:00
Amir Pakdel
ea3c23aa05 MinionFS fileserver backend
The backend for serving files pushed to master
by cp.push (file_recv).
2013-12-30 19:02:42 -05:00
Erik Johnson
f38793166c Alias module.watch to module.wait
This was done recently for cmd.watch, so this commit aliases the
module.watch state as well for consistency.
2013-12-30 17:34:55 -06:00
Mike Place
da1cf4a6e0 2014.01.0 release notes 2013-12-30 16:33:57 -07:00
Erik Johnson
0fe0caebc3 Add note about upstart to resource limits documentation 2013-12-30 11:43:58 -06:00
Thomas S Hatch
b3b6c0bcee Merge pull request #8734 from terminalmage/autoreject_file
add an autoreject_file parameter to the master config file
2013-12-30 09:24:03 -08:00
Pedro Algarvio
763ca1c33e Merge pull request #9483 from terminalmage/docs
More refinement of master/minion troubleshooting docs
2013-12-30 04:21:46 -08:00
Forrest Alvarez
4f45c4d8f8 Fixed a typo I missed a while back with some spacing. 2013-12-30 07:05:59 +00:00
Erik Johnson
84c6b62005 More refinement of master/minion troubleshooting docs
Added an nmap example for checking if ports are open, removed some
redundant wording, and reworded other parts to be more concise.
2013-12-29 20:13:11 -06:00
Forrest Alvarez
c0c5bfd526 Updated the master troubleshooting doc with details regarding unexpected behavior with the -c option. 2013-12-29 06:30:37 +00:00
Forrest Alvarez
650223e1a4 Merge remote branch 'upstream/develop' into develop 2013-12-29 06:09:29 +00:00
Erik Johnson
c1eee828fd Slight tweak to earlier master troubleshooting page edit 2013-12-28 22:10:03 -06:00
Forrest Alvarez
f6f21f9b00 Fixed a lower case reference to Salt on the cloud troubleshooting docs. 2013-12-29 01:02:03 +00:00
Erik Johnson
2087462bd9 Enhancement to master troubleshooting docs
Made some of the language more concise, and improved the example on
setting resource limits. /etc/security/limits.d/NN-something.conf is
the generally preferred method of setting resource limits.
2013-12-28 14:18:24 -06:00
Forrest Alvarez
49b3cc4ba5 Added an admonition to the cloud troubleshooting doc that addresses issue with version compatibility. 2013-12-28 06:01:08 +00:00
Henrik Holmboe
81f96463ae Add release dates for 0.9.x versions 2013-12-26 22:13:55 +01:00
Henrik Holmboe
41e46305d3 Add release date for versions missing Release Notes 2013-12-26 22:13:55 +01:00
Henrik Holmboe
f7b8c705e2 Add release dates for 0.10.x versions
Version 0.10.1 is missing since it does not have a Release Notes file.
2013-12-26 22:13:55 +01:00
David Boucha
3fbec595e1 add 0.17.4 windows installer links 2013-12-26 11:55:33 -07:00
Erik Johnson
7a4a457267 Better example for versionadded/versionchanged
This provides a more comprehensive example than the one I originally
added here.
2013-12-26 12:12:30 -06:00
Thomas S Hatch
bb363870c4 Merge pull request #9437 from gravyboat/develop
Master troubleshooting guide update regarding timeout.
2013-12-26 09:39:54 -08:00
Erik Johnson
c599c09760 Add explanation of versionadded/versionchanged to style guide 2013-12-26 04:15:58 -06:00
Forrest Alvarez
6ab38c7484 Updated the master troubleshooting doc with a note about modifying the timeout. 2013-12-26 04:01:19 +00:00
Erik Johnson
ddad8760a5 Add new pagerduty module/state to docs 2013-12-25 08:45:26 -06:00
Mark Lee
46ed25f195 Fix docs for the "Understanding State Ordering" tutorial
"code-block" directives require a blank line before them.
2013-12-24 19:41:58 -08:00
Joseph Hall
2ce4870993 Merge pull request #9430 from terminalmage/docs
Add new XMPP module/state to docs
2013-12-24 16:09:07 -08:00
Erik Johnson
4f6d448af5 Add new XMPP module/state to docs 2013-12-24 17:58:09 -06:00
Forrest Alvarez
8f746fe429 Added a line explaining that the user would need to re-establish their sessions as the user they modified the limits for in the master troubleshooting guide. 2013-12-24 23:55:08 +00:00
Joseph Hall
1beb6de194 Merge pull request #9428 from gravyboat/develop
Update to pkg state example, and master troubleshooting topic.
2013-12-24 15:48:31 -08:00
Forrest Alvarez
59aeca95d4 Updated the master troubleshooting docs with an example of modifying the limits.conf. 2013-12-24 23:43:36 +00:00
Seth House
07e3cd2864 Added date to release notes for recent salt versions
These dates were pulled out of the Git commit for the tag (with a Vim
macro). I didn't go back before we started tagging releases with
annotated tags since that would take some mailing list archaeology. Also
there might be a couple instances where the tag came plus or minus a day
or two from the announcement.

Closes #9426
2013-12-24 16:16:25 -07:00
Seth House
3bb46ee78f Added note about not authenticating as root when using the PAM module
Closes #4046, refs saltstack/halite#108.
2013-12-23 20:26:18 -07:00
Erik Johnson
a625f75ce8 Fix line that was indented too far in code-block 2013-12-23 13:39:31 -06:00
Erik Johnson
a2271cb34c Remove docs references to nzbget
This module was recently removed to salt-contrib.
2013-12-23 13:38:08 -06:00
Thomas S Hatch
53128b1a3b Merge pull request #9407 from whiteinge/lit-docs
Add Sphinx directives for documenting YAML files
2013-12-23 09:29:22 -08:00
Erik Johnson
12c0df5123 Hide cmd.watch state alias from docs 2013-12-23 11:23:16 -06:00
Seth House
35d4b67fca Output warning if file cannot be found 2013-12-23 06:42:04 -07:00
Seth House
9f7fab6df0 Moved LiterateCoding directives into Salt domain 2013-12-23 06:02:12 -07:00
Seth House
7be2045a63 Subclass to specifically handle documenting SLS files 2013-12-23 06:02:12 -07:00
Seth House
ddb438c711 Move helper functions into the class to allow future customization 2013-12-23 06:02:12 -07:00
Seth House
034f35b93f Extended Sphinx domain with formula directives and roles 2013-12-23 06:02:12 -07:00
Seth House
9e22ca741a Added styles for the literate-doc directive 2013-12-23 06:02:12 -07:00
Seth House
427bb75510 Wrap the literate-coding elements in a container
Needed for the necessary left-right styling.
2013-12-23 06:02:11 -07:00
Seth House
15589daf1c Fixed docs template to not render sidebar div when no sidebars 2013-12-23 06:02:11 -07:00