Jean-Baptiste Barth
6090c4e109
Improve formatting after previous commit
2015-02-04 10:22:24 +01:00
Jean-Baptiste Barth
b451cbd37b
EC2: move logic about terminated instances up ( #423 )
...
As stated in #423 , the commit 7f11c3d
broke ec2 spot instance launching
after 1.7.2. This is because it acts on the 'res' variable which have 2
different types in the method, and in case we request spot instances,
the resulting object is not a result of ec2.run_instances() but
ec2.request_spot_instances(). Actually this fix doesn't seem to be
relevant in the spot instances case, because by construction we won't
retrieve 'terminated' instances in the end.
2015-02-04 10:22:24 +01:00
Jeff Gonzalez
27c046ae79
Refactored code to use module utility fetch_url function.
2015-02-03 19:08:23 -06:00
Brian Coca
600fc15b42
Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repo
...
Fixes --enable-repo for Oracle Linux
2015-02-03 07:50:23 -05:00
Brian Coca
1394920cd3
Merge pull request #44 from Jmainguy/mysql_db_6860
...
adds error message if socket does not exist
2015-01-30 14:04:48 -05:00
Toshio Kuratomi
be744ce5e7
Reverse the force parameter for the hg module
2015-01-29 18:27:35 -08:00
Toshio Kuratomi
753a3ba382
Merge pull request #624 from mscherer/use_rpm_module
...
Use the rpm python module rather than execing rpm
2015-01-29 18:00:04 -08:00
Eric Johnson
802c235894
Merge pull request #723 from pmoosh/devel
...
[google | gce_pd] adding disk_type option to choose from pd-ssd or pd-standard
Thanks @pmoosh !
2015-01-29 14:02:52 -08:00
Peter Mooshammer
0c49d9f6c6
adding disk_type option to choose from pd-ssd or pd-standard
2015-01-29 10:19:01 -08:00
Brian Coca
f4dbcea30c
Merge pull request #295 from techtonik/patch-3
...
acl: Fix X support in ACL permissions
2015-01-29 11:04:41 -05:00
Toshio Kuratomi
256ce9dd4d
Change the git force parameter to default to no as a safety change.
...
Fixes #306
2015-01-28 16:26:44 -08:00
Toshio Kuratomi
e2c1a0d2dd
Make documentation list when force changed defaults
2015-01-28 16:25:56 -08:00
Toshio Kuratomi
6350e6a4cc
Update force documentation to reflect default=no
2015-01-28 16:19:00 -08:00
Toshio Kuratomi
31a56e23f2
Merge pull request #506 from mscherer/fix_370
...
Fix #370
2015-01-28 16:03:40 -08:00
Brian Coca
e2083bbe8a
corrected version added for latest features
2015-01-28 12:55:05 -05:00
Brian Coca
82afff31a9
Merge pull request #718 from bcoca/rds_refactor_fixes
...
minor fixes on new rds refactor
2015-01-28 12:49:20 -05:00
Matt Martz
835f762cbb
Merge pull request #672 from sivel/rax-cdb-db-fixups
...
rax_cdb_database: Remove unnecessary logic, return the database on delete
2015-01-28 11:46:58 -06:00
Brian Coca
a28ad0db83
minor fixes on new rds refactor
2015-01-28 12:36:04 -05:00
Brian Coca
c5d7f07aa0
Merge pull request #5 from willthames/rds_refactor
...
Rds refactor
2015-01-28 12:34:12 -05:00
Brian Coca
1f0fb0745a
Merge pull request #716 from cdgraff/devel
...
Example added
2015-01-28 09:45:02 -05:00
Brian Coca
9540019ae7
Merge pull request #715 from bcoca/user_expires
...
implemented account expiration as flag and not state
2015-01-28 09:39:57 -05:00
AlejandroF
7b40f63a4d
Example added
...
How to define specific version of the package we need...
2015-01-28 11:29:29 -03:00
Brian Coca
543c45a15f
implemented account expiration as flag and not state, removed from unsupported platforms
2015-01-28 09:22:32 -05:00
Brian Coca
fc1045a1ee
Merge pull request #41 from billwanjohi/add_expired_state
...
user: add expired state
2015-01-27 18:29:45 -05:00
Jeff Gonzalez
e9ae165792
Added documentation for using url as key source
2015-01-27 15:06:55 -06:00
Toshio Kuratomi
98f0c0424a
Remove str.format() usage for python2.4 compat.
...
Fixes #10036
2015-01-27 09:45:05 -08:00
Toshio Kuratomi
26cd1a2d9a
Merge pull request #711 from conrado/apt-builddep
...
fixed: namespace clash #710
2015-01-27 08:07:56 -08:00
Conrado Buhrer
bd208da8ea
fixed: namespace clash #710
2015-01-27 13:28:56 -02:00
Toshio Kuratomi
589b3ef649
Merge pull request #704 from conrado/apt-builddep
...
added: build-dep to apt module #349
2015-01-26 20:50:51 -08:00
Conrado Buhrer
a5114bfa39
fixed: erroneous logic
2015-01-26 18:16:42 -02:00
Conrado Buhrer
3155656eef
fixed: missing check for upgrade flag
2015-01-26 17:48:03 -02:00
Conrado Buhrer
ef3f486f6e
fixed: removed build-deb from required_one_of
2015-01-26 17:32:34 -02:00
Toshio Kuratomi
99a8caf409
Prefer gtar to tar
...
Fixes #702
2015-01-26 09:46:53 -08:00
Conrado Buhrer
711005fe9b
changed: state=build-dep; refactored into install()
2015-01-26 15:36:35 -02:00
Toshio Kuratomi
c4175a2321
Merge pull request #703 from goodscloud/fix-psql-priv-function-quote
...
postgresql_privs: Fix quoting of function identifiers
2015-01-26 09:06:33 -08:00
Johannes Steger
34aa98a99c
Fix function identifier quoting
2015-01-26 17:47:03 +01:00
Conrado Buhrer
d257e2be8c
added: build-dep to apt module #349
...
Original code provided by @nathanhruby
2015-01-26 13:20:00 -02:00
Brian Coca
dca51220a4
Merge pull request #691 from jarmani/openbsd_rcctl
...
Openbsd rcctl
2015-01-26 09:11:03 -05:00
Toshio Kuratomi
1ff9c64b30
Merge pull request #694 from sysadmin75/10059_replace_follow_fix
...
Fix #10059 - replace module does not obey follow=yes
2015-01-23 15:35:00 -08:00
sysadmin75
80a5500a23
Fix #10059 - replace module does not obey follow=yes
2015-01-23 18:10:00 -05:00
Jonathan Armani
645e0653a3
Merge branch 'devel' into openbsd_rcctl
2015-01-23 13:01:34 +01:00
Jonathan Armani
73be895b29
Merge pull request #5 from eest/openbsd_rcctl
...
Update OpenBSD rcctl handling to use new syntax.
2015-01-23 10:31:30 +01:00
Toshio Kuratomi
670098af2d
Spelling and grammar fix
2015-01-22 23:08:24 -08:00
calmera
d2c6791082
Update docker.py
...
Added some more documentation for the memory_limit and volume options.
2015-01-22 23:08:24 -08:00
Toshio Kuratomi
4f1f8e89c9
More information about distutils on Solaris in case we run into this again
2015-01-22 21:55:27 -08:00
Toshio Kuratomi
effdba95de
Merge pull request #639 from tgolly/devel
...
distutils is not available on some non-Linux OS's
2015-01-22 21:49:17 -08:00
Toshio Kuratomi
6f47416cec
Merge pull request #641 from ansible/fix-640
...
Potential fix for 640
2015-01-22 21:45:10 -08:00
Toshio Kuratomi
ed15a71162
Merge pull request #677 from ryanobjc/devel
...
Fixes #581 - digitalocean module cannot create private_networking=true d...
2015-01-22 21:39:07 -08:00
Toshio Kuratomi
2bc27f2d3f
Merge pull request #689 from ansible/soft-require-virtualenv
...
Don't fail if virtualenv is not installed and we do not need to initialize the venv
2015-01-22 21:36:05 -08:00
Toshio Kuratomi
c3a0e8a7a4
Don't fial if virtualenv is not installed and we do not need to initialize the virtualenv
...
Fixes #688
2015-01-22 18:05:54 -08:00