Commit Graph

2102 Commits

Author SHA1 Message Date
Benn Eichhorn
c0df125151 updated aws docs 2013-12-16 11:48:27 +11:00
Pedro Algarvio
3bf2d1a014 Merge pull request #9275 from techhat/selectquery
Switch all cloud providers to use standard list_nodes_select()
2013-12-15 09:19:43 -08:00
Joseph Hall
e060354e02 Update docs for list_nodes_select() 2013-12-15 09:40:03 -07:00
Seth House
7a74358cca Merge pull request #9267 from terminalmage/issue9067
Fix example in template variable reference docs
2013-12-14 22:17:57 -08:00
Erik Johnson
de7633f72a Rewrite reference to yumpkg in 0.9.8 release notes 2013-12-14 14:25:16 -06:00
Erik Johnson
1aeec6fbae Fix example in template variable reference docs 2013-12-14 14:22:30 -06:00
Seth House
91e254d2a6 Merge pull request #9260 from gravyboat/develop
Updated clientacl docs to resolve 6802.
2013-12-13 21:56:45 -08:00
Seth House
86209ae472 Updated old link to the yumpkg.py module's new location 2013-12-13 22:54:15 -07:00
Seth House
5ccc3c0b59 rST fix 2013-12-13 22:52:02 -07:00
Forrest Alvarez
5a521ada05 Merge remote branch 'upstream/develop' into develop 2013-12-14 05:48:56 +00:00
Seth House
cb8ed95992 Moved custom conf cross-references into Salt domain file 2013-12-13 22:45:48 -07:00
Seth House
c0f74f95aa Added minor Salt Sphinx domain 2013-12-13 22:45:48 -07:00
Forrest Alvarez
ad9a2ed62f Updated clientacl docs to resolve 6802. 2013-12-14 05:45:31 +00:00
Joseph Hall
e9f0f2c02e Add one more warning about large amounts of data 2013-12-13 19:52:38 -07:00
Joseph Hall
ddfaffa090 Allow EC2 to list images based on owner 2013-12-13 19:46:38 -07:00
Seth House
d158fbefd4 Changed conf-log to conf_log to match the other conf_* roles
@s0undt3ch Hope you don't mind.
2013-12-13 17:34:59 -07:00
Seth House
48f79b1508 Recombinated the combobulator
Shh! No one tell @thatch45 that these have been in the repo for 2.5 years.
2013-12-13 17:34:59 -07:00
Erik Johnson
c88269351b Remove references to yumpkg in documentation 2013-12-13 18:01:34 -06:00
Joseph Hall
c968443508 Update docs to reflect pycrypto dependency 2013-12-13 15:43:24 -07:00
Thomas S Hatch
167c110f43 Add doc for yaml_utf8 2013-12-13 14:40:47 -07:00
Joseph Hall
8593da4048 L comes after J 2013-12-13 13:19:40 -07:00
Joseph Hall
3a0bbabb83 Put cloud providers in alphabetical order 2013-12-13 13:18:00 -07:00
Seth House
0bd0c8f3b8 rST fixes 2013-12-13 12:19:13 -07:00
Mike Place
d22161eebc Add instructions on using pylint to the Salt style coding style guidelines. 2013-12-13 10:11:23 -07:00
Joseph Hall
750a28f5ef Minor typo fixes 2013-12-13 07:50:46 -07:00
Seth House
78363be2e9 rST fixes 2013-12-12 23:29:57 -07:00
Seth House
1b83d3d16c Added the new salt_projects doc to the TOC 2013-12-12 23:29:56 -07:00
Seth House
e6ed5e2889 Added docs for new execution and state modules 2013-12-12 23:29:56 -07:00
Seth House
e252ee8f8a Updated docs for buildout -> zcbuildout rename 2013-12-12 23:29:56 -07:00
Joseph Hall
738fb32e03 Merge pull request #9226 from techhat/cloudmodules
Add more detail on writing new cloud modules
2013-12-12 22:21:25 -08:00
Joseph Hall
a1a9281417 Add more detail on writing new cloud modules 2013-12-12 23:20:20 -07:00
Forrest Alvarez
9a7dcc4d60 Added a link over to the digital ocean docs. 2013-12-13 05:21:41 +00:00
Forrest Alvarez
b6c9fe7a5c Fixed a typo in the title of the digital ocean docs. 2013-12-13 04:52:10 +00:00
Colton Myers
650d7c3c84 Merge pull request #9130 from basepi/0.17.4notes
Add 0.17.4 release notes
2013-12-11 13:14:04 -08:00
Thomas S Hatch
b01ba41a17 Merge pull request #9178 from tmartinfr/fix-doc-zmq
Update requirements concerning ZMQ version
2013-12-11 09:36:28 -08:00
Thomas Martin
7246231151 Update requirements concerning ZMQ version
Commit 60fbb6ffa6 requires ZMQ >= 3.2.0.
PyZMQ should be >= 2.2.0 to fully support ZMQ 3.x.
2013-12-11 15:21:39 +01:00
Joseph Hall
cb92c44ca0 Update rackspace docs to avoid confusion 2013-12-11 06:34:41 -07:00
Forrest Alvarez
8e5f9e2ead Initial commit to add the salt_projects page. 2013-12-11 05:55:23 +00:00
Joseph Hall
18060f917d Initial commit of the Azure cloud driver 2013-12-10 20:26:55 -07:00
Colton Myers
1e27f5eb3a Fix typo (option sin -> options in) 2013-12-09 16:38:21 -07:00
Colton Myers
2ea3e3fed2 Add 0.17.4 release notes 2013-12-09 14:47:25 -07:00
Erik Johnson
3a6274fb3b Remove reference to yumpkg5 in provider override example
yumpkg5 is the default now, so it shouldn't be included in an example of
overriding the provider.
2013-12-09 14:16:19 -06:00
Mike Place
e3f6027773 Update doc build to use latest GH release system.
It looks like GH has deprecated the download system that we were using. This fix just updates our doc build to point to the new system. Here's the blog post for reference:

https://github.com/blog/1302-goodbye-uploads

This resolves many errors that appear when running 'make linkcheck' against our docs.
2013-12-09 10:51:02 -07:00
Forrest Alvarez
52e6d273f6 updated the faq to add a note about backup_mode, fixed a typo in the backup mode docs, and updated one of the file.managed examples with a backup line, as well as an additional note directing the user to the backup mode documentation in a highly visible area. 2013-12-08 05:52:45 +00:00
Colton Myers
5b90e371ce Fix pillar include example
Fixes #9034
2013-12-05 09:33:51 -07:00
Eric Johnson
9256e92e8e small issue in libcloud, need to install from source for now 2013-12-04 19:44:30 +00:00
Mathieu Le Marec - Pasquet
5f46962e80 pep8 fixes 2013-12-04 00:25:50 +00:00
Thomas S Hatch
be00384a82 Merge pull request #8977 from s0undt3ch/develop
Minor doc updates
2013-12-03 10:12:44 -08:00
Thomas S Hatch
77d61d92a4 Merge pull request #8914 from makinacorpus/issue-8856-buildout-support
feat: buildout support
2013-12-03 09:56:59 -08:00
Pedro Algarvio
e4c53a6261 Don't wrap. 2013-12-03 17:32:35 +00:00