Commit graph

3353 commits

Author SHA1 Message Date
Bruce Pennypacker
5cea67c011 Added promote command to promote read-replicas to standalone databases (http://aws.amazon.com/about-aws/whats-new/2012/10/11/amazon-rds-mysql-rr-promotion/). Added ability for the modify command to rename a database instance via the optional new_instance_name parameter 2013-11-25 13:16:41 -05:00
Josh Kuhn
eccaf457af Added -FF flag to rsync invocation in synchronize
The `-FF` option causes rsync to look for files in the source directory named `.rsync-filter` and uses them to filter directories underneath them. If no `.rsync-filter` files are found, the behavior is identical to the command run without the -FF option. This flag does not sync the .rsync-filter files themselves.

This change should be backwards compatible and not produce surprising behavior for users, since they are unlikely to create `.rsync-filter` files unintentionally.
2013-11-25 12:27:58 -05:00
greenbrian
74a2bf4369 Update unarchive
Modified argument order provided to unzip command as the -o was being interpreted as a file.
2013-11-25 10:44:39 -06:00
Michael DeHaan
69531deea1 Merge pull request #5045 from junegunn/wait_for-python2.4
Remove Python 2.4-incompatible 'with' statement
2013-11-25 08:28:14 -08:00
James Tanner
b97976d720 Addresses #5036 fix typo in git module 2013-11-25 09:55:05 -05:00
James Tanner
1ead99204d Fixes 5036 add missing parameter to git module function call 2013-11-25 09:51:07 -05:00
Jens Rantil
79a3ed2654 Improved documentation of mount module
Mentioning the fact that mount point directories are created and
removed.
2013-11-25 13:58:00 +01:00
Junegunn Choi
2663513b5c Remove Python 2.4-incompatible 'with' statement 2013-11-25 17:01:24 +09:00
John Dewey
ef99a3c3fa Nova doesn't attempt to auth on obj instantiation
Need to call nova.authenticate() to validate credentials.
2013-11-22 21:57:02 -08:00
Aleksey Ovcharenko
bb3a23d40a Added existing_only options to skip creating new files on receiver 2013-11-22 23:59:57 +02:00
James Tanner
407d6041b3 Fixes #5021 safely split hostkeys with quotes 2013-11-22 16:36:31 -05:00
Michael DeHaan
6b1780d637 Merge pull request #5020 from damycra/django_manage_migrate_changed_filter
Reports changed status from django_manage migrate
2013-11-22 13:22:07 -08:00
Steven Davidson
774f27e336 Reports changed status from django_manage migrate 2013-11-22 19:35:19 +00:00
jctanner
4cdb8f1fd2 Merge pull request #4985 from zakkie/devel
fix typo in document
2013-11-22 09:25:44 -08:00
Michael Scherer
b3758f6ea4 Do not use construct not compatible with python 2.4, fix #5006 2013-11-22 16:06:41 +01:00
Michael DeHaan
e315d391ca Merge pull request #4998 from berenddeboer/portinstall-fix
When name has digits in it, we may incorrectly determine package is already installed
2013-11-21 16:00:11 -08:00
Joshua Lund
4b9227a673 Fixed a typo in the 'unarchive' module documentation 2013-11-21 16:22:20 -07:00
Berend de Boer
ce181025ba Don't use pkg_glob when guessing name, else we may think the package
is installed when it isn't.
2013-11-22 11:13:21 +13:00
Matt Martz
6dbd7d0d8d Add ansible.module_utils.rax 2013-11-21 15:46:25 -06:00
Akihiro YAMAZAKI
190588a595 fix typo in document 2013-11-21 16:09:43 +09:00
John Dewey
0bbb930747 Handled string/dict the ansible way 2013-11-20 20:21:04 -08:00
John Dewey
cfa588c1a3 The setting of params via dict or string by tags
Updated per @mpdehaan suggestions.
* Rather than passing in JSON, supply the policy options as a hash
  or string.
* Bumped version_added to 1.5.
2013-11-20 17:07:08 -08:00
James Tanner
d33d9ddba9 Fix pep8 E701 errors in bigip_monitor_http 2013-11-20 14:57:30 -05:00
jctanner
a804c55c96 Merge pull request #4621 from sergevanginderachter/bigip_monitor
Introduce Big-IP F5 http monitor module
2013-11-20 11:53:35 -08:00
Matt Thompson
cc36bb8e95 Add missing exception name 2013-11-20 16:58:19 +00:00
Bruce Pennypacker
cdf10d3a31 use new airbrake API URL 2013-11-20 16:52:15 +00:00
Michael DeHaan
3183d4776f Merge pull request #4971 from erjohnso/devel
fixes #4954 plus updates for gcutil/v1beta16 tests
2013-11-19 14:54:32 -08:00
Eric Johnson
3267d40ff2 fixes #4954 plus updates for gcutil/v1beta16 tests 2013-11-19 22:30:22 +00:00
James Tanner
1963546564 Add warning comment to rhn_register module about fixing pep8 errors 2013-11-19 16:41:51 -05:00
James Tanner
6ca17b90d0 Fix pep8 error in hostname module 2013-11-19 16:39:48 -05:00
James Tanner
7d3a44d4bf Fix pep8 errors in bigip_monitor_tcp 2013-11-19 16:38:16 -05:00
James Tanner
aa0af14734 Fix pep8 errors in unarchive module 2013-11-19 16:35:06 -05:00
James Tanner
db28902044 Fix pep8 error in ec2_vpc 2013-11-19 16:31:25 -05:00
James Cammarata
2bd830369a Checking for a transitional running state in supervisorctl
Fixes #3977
2013-11-19 14:54:20 -06:00
jctanner
5ed73281b0 Merge pull request #4780 from mscherer/fix_accelerate_various
Fix various warning on accelerate module, found by pyflakes
2013-11-19 12:42:32 -08:00
jctanner
3b06d8f028 Merge pull request #4898 from stoned/homebrew-install_options-fix
Fix homebrew module's install_options handling
2013-11-19 12:30:32 -08:00
John Dewey
52b125a9da Cleaned up docs just a smidge
Mostly added periods where missed, and corrected /vhost spacing.
2013-11-19 12:00:09 -08:00
Michael DeHaan
f99f302d88 Merge pull request #4968 from jsmartin/no_parameters_needed
cloudformation parameters no longer required.
2013-11-19 11:43:46 -08:00
Michael DeHaan
147210ddcf Merge pull request #4868 from hnakamur/rhel5_hostname_fix
hostname module fix for RHEL5
2013-11-19 11:38:29 -08:00
Michael DeHaan
2530c113df Merge pull request #4934 from mscherer/fix_urpmi_2
return failed if a package couldn't be installed
2013-11-19 11:35:51 -08:00
James Martin
edb2129fb3 cloudformation parameters no longer required. 2013-11-19 14:17:23 -05:00
Michael DeHaan
db9176f77d Remove the 'host' module for now because the alias handling involves a bit too much automagic. Proposal is to come up with a spec
of how it should work and accept to spec, using the existing patch (cherry-picked) as a baseline.
2013-11-19 14:12:45 -05:00
John Dewey
f813b23e24 Added module to handle rabbit policies [1]
Used quite a bit of the existing rabbit modules provied by @chrishoffman.

[1] https://www.rabbitmq.com/parameters.html
2013-11-19 00:36:21 -08:00
Michael DeHaan
08996d78d6 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
2013-11-18 18:55:49 -05:00
Michael DeHaan
55a48aacc3 Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change. 2013-11-18 18:28:21 -05:00
Michael DeHaan
59dd929bbf Update changelog, rename vpc module to ec2_vpc. 2013-11-18 17:59:40 -05:00
Sergey Sudakovich
8ecd617df8 compatible with python 2.4 2013-11-18 11:33:04 -08:00
Patrik Lundin
c237307b83 openbsd_pkg: rework package name parsing.
Give the module more knowledge of the package name structure.
This makes the handling of version-less flavors (like vim--no_x11)
behave properly.

While here sprinkle debug logging that is helpful when testing the
module.
2013-11-18 20:24:10 +01:00
James Tanner
d9147bc0e0 Fixes #4851 Set syslog debug mode for accelerate properly 2013-11-18 09:56:12 -05:00
giorgio-v
6a92db4060 Added -y flag to query_package
* library/packaging/pkgin:

Signed-off-by: giorgio-v <giorgio@refactor.it>
2013-11-18 08:01:10 +01:00