Commit Graph

43355 Commits

Author SHA1 Message Date
Elias Probst
eede21b702 Be a bit more careful with the results of 'exec_action()' and also sanitize them a bit.
In case the 'exec_action()' call for 'get_target_list()' returned no
results, because there were no available targets, the module would
stacktrace.
2014-12-08 21:12:15 +01:00
Thomas S Hatch
99306e850b Merge pull request #18768 from basepi/merge-forward
Merge forward from 2014.7 to develop
2014-12-08 13:11:54 -07:00
Thomas S Hatch
a47aa7be76 Merge pull request #18765 from pass-by-value/api_tokens
Accept salt token for cherrypy /events
2014-12-08 13:11:43 -07:00
Thomas S Hatch
589ce8f981 Merge pull request #18767 from garethgreenaway/18474_2014_7_not_updating_fstab
Fixes to mount state.
2014-12-08 13:11:23 -07:00
Thomas S Hatch
314a4b00df Merge pull request #18739 from cachedout/clean_pub_auth
Job to clean pub auth
2014-12-08 13:08:12 -07:00
Thomas S Hatch
1046e3e309 Merge pull request #18727 from vladislav-jomedia/develop
If the elb does not exist in the region provided, don't return True
2014-12-08 13:07:51 -07:00
Thomas S Hatch
a2d0b36fac Merge pull request #18711 from Lacrymology/mongodb-insert-remove
Mongodb add find, and fix insert return value
2014-12-08 13:07:08 -07:00
Kirill Timofeev
6cdb41574c fix for #18778 (salt-ssh tries to copy file to the filesystem root) 2014-12-08 12:04:33 -08:00
Nitin Madhok
612d3f1c30 Removing trailing whitespaces 2014-12-08 14:42:49 -05:00
Gareth J. Greenaway
d102218b70 Cleaning up the documentation to make it clear that for setting up a network bridge on a Debian or Ubuntu system that the ports argument, specifying what interfaces are part of the bridge, is required. 2014-12-08 11:12:48 -08:00
Nitin Madhok
e365753dda Adding properties option to salt.modules.zpool.list 2014-12-08 14:09:49 -05:00
Pedro Algarvio
e4f39ed32f Fix variable ref 2014-12-08 18:07:04 +00:00
Nitin Madhok
07b4b4a688 Readding orchestrate tutorial links 2014-12-08 12:56:05 -05:00
Elias Probst
0a9e2be6c9 Documentation improvements for get_modules() and get_target_list(). 2014-12-08 18:41:30 +01:00
Colton Myers
9525e2131e Merge pull request #18790 from nmadhok/zfs-module-additions
salt.modules.zfs module function additions
2014-12-08 10:33:24 -07:00
Pedro Algarvio
9bf2f77b2e Make coverage reports optional 2014-12-08 17:32:28 +00:00
Colton Myers
605b5b6939 Merge pull request #18773 from basepi/publish.full_data-wait
[2014.7] Make publish.full_data wait for returns as well
2014-12-08 10:14:38 -07:00
Colton Myers
7097cfd4dc Merge pull request #18770 from basepi/publish-prevent-fulldata
[2014.7] Prevent all `publish.` calls from publish calls
2014-12-08 10:14:17 -07:00
Nitin Madhok
325e948406 Removing broken links 2014-12-08 12:12:41 -05:00
Elias Probst
10122c38eb Handle 'target' + 'action_parameter' in 'set_target()' correctly. 2014-12-08 17:58:20 +01:00
Elias Probst
384765295b Deprecate 'parameter' in favour of 'module_parameter'/'action_parameter'.
A generic 'parameter' argument doesn't cover what's actually required.
In some cases, parameters need to be passed either to the executed
module, action or both.

This changes gracefully deprecate the old 'parameter'.
2014-12-08 17:58:20 +01:00
Elias Probst
73999ba2e3 Added 'parameter' to CLI examples. 2014-12-08 17:58:20 +01:00
Elias Probst
6b67b09fbd Strip additional output from targets, return only actual targets. 2014-12-08 17:58:20 +01:00
Elias Probst
470ebdfd10 Only return cleaned-up module names.
- strip module descriptions
- strip indentation from list output
- strip internal modules (help, usage, version)
2014-12-08 17:58:20 +01:00
Elias Probst
d3ca411b47 Add support for 'parameter' where appropriate. 2014-12-08 17:58:13 +01:00
Steven Lu
88db462bfb Better explanation of identity in salt.states.git 2014-12-08 11:23:27 -05:00
Nitin Madhok
d2685b8fa2 Fixing sphinx errors 2014-12-08 11:18:12 -05:00
Nitin Madhok
c299f4119a Adding pillar to toctree 2014-12-08 10:52:38 -05:00
Nitin Madhok
f168af05ef Adding state to toctree 2014-12-08 10:50:09 -05:00
Nitin Madhok
62bbca74ca Merge branch 'develop' of https://github.com/saltstack/salt into doc-fixes 2014-12-08 10:44:24 -05:00
Joseph Hall
9dbe6b4f80 Merge pull request #18793 from nmadhok/doc-fixes
Doc fixes
2014-12-08 08:38:53 -07:00
Nitin Madhok
67fd828708 Adding modules to toctree 2014-12-08 10:34:33 -05:00
Nitin Madhok
813d1a059e Changing python code-block to text 2014-12-08 10:30:35 -05:00
Nitin Madhok
d030865253 Move note inside salt.modules.list above CLI Example 2014-12-08 10:17:58 -05:00
Nitin Madhok
c6c9529c66 Fixing broken link to list function 2014-12-08 10:00:10 -05:00
Nitin Madhok
690f66f7fb Adding code author name and email 2014-12-08 09:54:47 -05:00
Erik Johnson
00bf5daff8 Add bugfix for #17963 to 2014.7.1 releae notes 2014-12-08 08:45:03 -06:00
Erik Johnson
fd604d1aba Fix jinja search path for local file_client
Now that FS backends other than roots work with a local file_client,
there is no need to look only in the file_roots directories.

Fixes #17963.
2014-12-08 08:38:22 -06:00
Nitin Madhok
35d385374a Lint fixes 2014-12-08 06:29:32 -05:00
Nitin Madhok
46370cb6d6 Adding ability in salt.modules.zfs.list to recursivel display information about descendent datasets of the specified dataset 2014-12-08 06:14:13 -05:00
Nitin Madhok
25fe04df9b Adding ability in salt.modules.zfs.list to list a specified dataset and values of its properties 2014-12-08 05:48:44 -05:00
Nitin Madhok
bbca945fd2 Adding salt.modules.zfs.list to list all datasets present on the file system and values of their properties 2014-12-08 05:38:52 -05:00
Nitin Madhok
d3f712ab3c Adding salt.modules.zfs.rename to rename or relocate zfs file system 2014-12-08 05:36:01 -05:00
Clint Armstrong
1df9927e92 Add quotes around set value 2014-12-07 22:43:35 -05:00
Stuart Jansen
da1eaf2f2e Restore salt-cloud ssh_gateway support 2014-12-07 17:16:06 -07:00
Metin OSMAN
281349961f Merge branch 'develop' of https://github.com/MrCitron/salt into develop 2014-12-07 21:18:04 +01:00
Metin OSMAN
c55ccc4be4 FIX salt-cloud map create inconsistent result with multi instances having the same name
Still needs some refactoring as this solution is very corralated with ec2 provider
2014-12-07 21:06:32 +01:00
Elias Probst
54d68d9c69 Don't run 'exec_action' blindly. 2014-12-07 20:40:38 +01:00
Joseph Hall
a5c5b33cf1 Merge pull request #18786 from froztbyte/develop
[docs] fix minor typo
2014-12-07 05:07:27 -07:00
JP Viljoen
6f3a1ab7b3 [docs] fix minor typo 2014-12-07 10:24:49 +02:00