Commit Graph

23061 Commits

Author SHA1 Message Date
Joseph Hall
514934f13a Merge pull request #8762 from whiteinge/cloud-map-docs
Cloud map docs fixes
2013-11-22 13:36:08 -08:00
Seth House
d0931bac21 Fixed incorrect map example; grains must be at same level as minion 2013-11-22 13:34:41 -08:00
Seth House
bccc9665e6 Changed YAML example to two-space indents 2013-11-22 13:34:41 -08:00
Seth House
850ff3d39d Merge pull request #8755 from pass-by-value/more_doc_changes
Remove doc reference to minion
2013-11-22 13:26:46 -08:00
Pedro Algarvio
720b5092d9 Merge pull request #8758 from basepi/saltsshwarning
Add alpha warning for salt-ssh
2013-11-22 13:11:11 -08:00
Colton Myers
5e8a70123b Add alpha warning for salt-ssh 2013-11-22 13:58:06 -07:00
Thomas S Hatch
fe7cf898e5 return a dict like other data return events 2013-11-22 13:33:56 -07:00
Thomas S Hatch
242f09092b Have runner return event have "return" to be the same as other events 2013-11-22 13:29:40 -07:00
Aditya Kulkarni
e183213f1f Remove doc reference to minion 2013-11-22 15:07:58 -05:00
Joseph Hall
410fe9e43c Adding Getting Started guide for Linode 2013-11-22 11:37:19 -07:00
Joseph Hall
f90d898420 Merge branch 'develop' of https://github.com/saltstack/salt into awsfix 2013-11-22 11:35:56 -07:00
Joseph Hall
48ec96ebd5 Merge pull request #8752 from erjohnso/develop
Adding docs for new GCE salt cloud support
2013-11-22 10:26:43 -08:00
Eric Johnson
5bb90ca188 Merge branch 'develop' of https://github.com/saltstack/salt into develop 2013-11-22 18:19:26 +00:00
Eric Johnson
30064bc1c2 adding GCE docs 2013-11-22 18:19:16 +00:00
Pedro Algarvio
11f09d5ba2 Merge pull request #8751 from terminalmage/docs
Correct inaccuracy in docstring warning message
2013-11-22 09:58:56 -08:00
Erik Johnson
0687027a51 Correct inaccuracy in docstring warning message 2013-11-22 11:57:04 -06:00
Joseph Hall
9b1327e173 Changing aws to ec2 in docs 2013-11-22 10:56:57 -07:00
Thomas S Hatch
4c0beb9107 Merge pull request #8731 from cachedout/#8016
Broader exception handling for invalid options in the salt command.
2013-11-22 09:22:29 -08:00
Joseph Hall
8cbdd9c3c8 Merge pull request #8742 from s0undt3ch/hotfix/jenkins
PEP8 fixes W293 W391(whitespace and extra lines).
2013-11-22 05:50:43 -08:00
Pedro Algarvio
31c45491e0 Several PyLint Fixes. Indentation, whitespace, etc. 2013-11-22 13:41:55 +00:00
Pedro Algarvio
a344ae7989 Pylint fixes. W293, E302. 2013-11-22 13:38:54 +00:00
Pedro Algarvio
aa6df17aa9 PyLint fixes. W291, W293, E302. 2013-11-22 13:37:34 +00:00
Pedro Algarvio
52cda3aca1 PyLint's enable-msg is deprecated. Use enable. 2013-11-22 13:35:30 +00:00
Pedro Algarvio
667eff7cfc PEP8 fixes W293 W391(whitespace and extra lines). 2013-11-22 13:25:25 +00:00
Joseph Hall
4599a6b2f3 Merge pull request #8741 from pengyao/develop
Add lvs execution and state modules
2013-11-22 05:22:34 -08:00
Joseph Hall
710249a7ce Merge pull request #8739 from pyinx/patch-3
add function status.version
2013-11-22 05:07:56 -08:00
Pedro Algarvio
929f993f71 Merge pull request #8735 from terminalmage/docs
Update ext_pillar docs to play nicely with sphinx autosummary
2013-11-22 03:50:30 -08:00
Pedro Algarvio
5eb6ee409e Merge pull request #8740 from s0undt3ch/hotfix/jenkins
Several PyLint fixes.
2013-11-22 03:49:35 -08:00
pyinx
ef103ccc23 add function status.version 2013-11-22 19:25:18 +08:00
Pedro Algarvio
0d5fd5c7ea Several PyLint fixes.
* W9903: UTF-8 file encoding "shebang"
* E8261: PEP8 E261: at least 2 spaces before inline comment
* E8302: PEP8 E308: expected 2 blank lines
* W8293: PEP8 W293: Extra white space
* E8251: PEP8 E251: unexpected spaces around keyword / parameter equals
* W8601: PEP8 W601: `.has_key()` is deprecated, use `in`
* Double to single quotes.
* Corrected imports to latest salt-cloud merges
2013-11-22 11:20:32 +00:00
pengyao
4b2cb8e95b fixed a typo 2013-11-22 18:32:03 +08:00
pengyao
0ba1ba2561 fixed a typo 2013-11-22 18:26:09 +08:00
pengyao
aa2a5f3a66 fixed a typo 2013-11-22 18:18:21 +08:00
pengyao
47e8f3f5b6 Add lvs_service and lvs_server state modules to manage lvs state 2013-11-22 18:10:24 +08:00
pengyao
e76fd64a4e add kwargs and adjust the match rule to exact match 2013-11-22 16:44:24 +08:00
pengyao
4a13b4d3b4 fixed a typo 2013-11-22 16:43:30 +08:00
pengyao
8eff085dbb Add lvs execution module 2013-11-22 14:09:33 +08:00
Erik Johnson
ba2fda95bd Update ext_pillar docs to play nicely with sphinx autosummary 2013-11-21 23:43:09 -06:00
Joseph Hall
1978983228 Merge pull request #8729 from erjohnso/develop
initial support for Google Compute Engine
2013-11-21 16:05:43 -08:00
Eric Johnson
7152021dcd address feedback 2013-11-21 23:04:47 +00:00
Mike Place
23d0680a90 Broader exception handling for invalid options in the salt command. Refs #8016. 2013-11-21 15:40:38 -07:00
Eric Johnson
09d99e6b90 initial support for Google Compute Engine 2013-11-21 22:10:01 +00:00
Joseph Hall
2589561fb9 Merge pull request #8727 from holmboe/log-in-virtual-func
Remove logging in __virtual__ func.
2013-11-21 14:03:28 -08:00
Joseph Hall
0765eeb983 Merge pull request #8728 from basepi/watchdocs
Add some additional docs for `cmd.wait` for the watch requisite
2013-11-21 14:02:58 -08:00
Henrik Holmboe
d7e53460f5 Remove logging in __virtual__ func. 2013-11-21 22:52:31 +01:00
Joseph Hall
daaa4f36c3 Merge pull request #8725 from mgwilliams/mount
add alt_device (output of mount -l) and follow symlinks
2013-11-21 13:42:26 -08:00
Thomas S Hatch
8ccb0b3339 Merge pull request #8726 from holmboe/aws_sqs-state-doc
Add state documentation for AWS SQS.
2013-11-21 13:40:49 -08:00
Pedro Algarvio
5d94e7cb02 Merge pull request #8724 from holmboe/doc-style-fixes
Remove punctuation in headers.
2013-11-21 13:39:39 -08:00
Henrik Holmboe
43ec66d049 Add state documentation for AWS SQS. 2013-11-21 22:34:53 +01:00
Colton Myers
ca72744cc7 Add some additional docs for cmd.wait for the watch requisite 2013-11-21 14:33:52 -07:00