Commit Graph

22872 Commits

Author SHA1 Message Date
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
Henrik Holmboe
12c36855db Remove punctuation in headers.
Missed these two.
2013-11-21 22:28:09 +01:00
Matthew Williams
6b8b852cf4 add alt_device (output of mount -l) and follow symlinks 2013-11-21 13:22:44 -08:00
Thomas S Hatch
af4c8fa17a Merge pull request #8722 from holmboe/doc-style-fixes
Doc style fixes
2013-11-21 12:53:10 -08:00
Henrik Holmboe
81cec585e7 Remove punctuation in headers.
The display in the [states
index](https://salt.readthedocs.org/en/latest/ref/states/all/index.html)
was not consistent. Many state modules did end in a dot, but most
didn't.
2013-11-21 21:47:21 +01:00
Henrik Holmboe
a11e73f163 Move import of salt.utils. 2013-11-21 21:46:55 +01:00
Thomas S Hatch
cea97365b5 Merge pull request #8671 from s0undt3ch/hotfix/salt-cloud-merge
salt cloud merge
2013-11-21 12:45:28 -08:00
Pedro Algarvio
43d45aee54 Renamed get_config_value() to get_cloud_config_value() to clarify. 2013-11-21 20:42:59 +00:00
Pedro Algarvio
911f76752e Fix references to salt's namespace_function. 2013-11-21 20:40:11 +00:00
Henrik Holmboe
a62bc409b2 Fix header rendering in Sphinx
Before it rendered somewhat like this at
https://salt.readthedocs.org/en/latest/ref/states/all/index.html:

```
saltmod<tab>The Salt state is used to control the salt command interface. This state is<empty>
```
2013-11-21 21:40:02 +01:00
Pedro Algarvio
6289c7b87f A single namespaced_function is enough. 2013-11-21 20:37:02 +00:00
Pedro Algarvio
9223cea0db Merge salt.cloud.utils into salt.utils.
Fixed `salt.cloud.utils` references into `salt.utils.cloud`.
2013-11-21 20:36:59 +00:00
Thomas S Hatch
1bab01b225 lint and style fix for archive state 2013-11-21 13:36:16 -07:00
Pedro Algarvio
9767d83e67 salt.cloud.utils is no longer a package. 2013-11-21 20:33:12 +00:00
Pedro Algarvio
eb7c2ef822 Fix references to salt.cloud.config now merged into salt.config. 2013-11-21 20:33:09 +00:00
Pedro Algarvio
928710c112 Remove long deprecated salt.cloud.utils.get_option(). 2013-11-21 20:30:23 +00:00
Pedro Algarvio
b6eeed32de Fix parsers import line since it's now merged. 2013-11-21 20:30:23 +00:00
Pedro Algarvio
2bc40feda7 Merge salt.cloud.utils.parsers into salt.utils.parsers 2013-11-21 20:30:23 +00:00
Pedro Algarvio
2b5061cd91 Merge salt.cloud.version into salt.version. 2013-11-21 20:30:23 +00:00
Pedro Algarvio
2a97759a3e Merged salt.cloud.config into salt.config. 2013-11-21 20:30:23 +00:00
Pedro Algarvio
97249d4b50 Replaced CloudProviderContext usage with salt's func_globals_inject 2013-11-21 20:30:23 +00:00
Pedro Algarvio
d45bbd76f3 Rename state_call_context to func_globals_inject 2013-11-21 20:30:23 +00:00
Pedro Algarvio
15f50502b8 Merge salt.cloud.loader into salt.loader. 2013-11-21 20:30:23 +00:00
Henrik Holmboe
809c46600f Fix header rendering in Sphinx
Before it rendered somewhat like this at
https://salt.readthedocs.org/en/latest/ref/states/all/index.html:

```
dockerio<tab>Management of dockers ===================== ..
```
2013-11-21 21:26:34 +01:00
Joseph Hall
b4a33bd29b Merge pull request #8716 from jmlowe/fixed-grub-legacy-conf-stanza-newline-parsing
Correctly parse grub.conf stanzas that aren't separated by new lines
2013-11-21 12:02:56 -08:00
Thomas S Hatch
1525f37a5a Merge pull request #8714 from basepi/aptforceyes
Add explicit `force_yes` arg for non-explicit downgrades
2013-11-21 12:02:22 -08:00
Thomas S Hatch
e56e66f586 Merge pull request #8708 from makinacorpus/issue-8707
Feat: Add a prepend_if_not_found arg to file.blockreplace
2013-11-21 11:57:46 -08:00
Joseph Hall
f6c536ac98 Merge pull request #8718 from pass-by-value/doc_changes
Halite install doc changes and add self to authors
2013-11-21 11:48:32 -08:00
Thomas S Hatch
c6cf05e7c4 Merge pull request #8664 from cvrebert/patch-6
gnomedesktop: doesn't seem to make sense for get() to take a `value` arg
2013-11-21 11:46:56 -08:00
Aditya Kulkarni
bd2c07e866 Halite install doc changes and add self to authors 2013-11-21 14:42:31 -05:00
Pedro Algarvio
ae9b367eed Merge pull request #8715 from UtahDave/develop
Properly delete temporary directory and installer on Windows
2013-11-21 11:12:11 -08:00
David Boucha
437b6bec89 only check for keep_temp once 2013-11-21 11:31:15 -07:00
David Boucha
4a25ad7275 Delete installer file first to empty the directory 2013-11-21 11:26:19 -07:00
David Boucha
70b9bf1384 rmdir doesn't have /S flag in smbclient context 2013-11-21 11:23:30 -07:00
Mike Lowe
470f8689e8 Not all distros separate stanzas with new lines, now if in a stanza
and the start of a stanza is detected start a new stanza
2013-11-21 12:52:28 -05:00