Commit graph

7066 commits

Author SHA1 Message Date
Anders Ingemann
9342c16e78 Add github ID to author field in sensu_check
As proposed by @gregdek in #983
2015-09-17 12:04:04 +02:00
Mischa ter Smitten
bd0314c406 Documented new operation modes 2015-09-17 09:52:58 +02:00
James Cammarata
738caf35da Merge pull request #436 from gaqzi/rabbitmq_plugin_ignore_pival_banner
Ignore extra lines from Pivotal's RabbitMQ package
2015-09-16 14:03:17 -04:00
James Cammarata
61ceebdd8c Merge pull request #807 from indrajitr/pacman-boolean-fix
pacman: Remove choice list for boolean values in arg spec
2015-09-16 14:02:32 -04:00
James Cammarata
4c9b804ffe Merge pull request #916 from senz/patch-1
Update mongodb_user.py
2015-09-16 14:01:53 -04:00
James Cammarata
4c59101825 Merge pull request #961 from resmo/feature/cs_account
cloudstack: cs_account improvements
2015-09-16 14:01:13 -04:00
James Cammarata
6198f5471f Merge pull request #972 from wimnat/feature/route_table_facts_doc_fix
Documentation fixup
2015-09-16 14:00:33 -04:00
James Cammarata
984b7bd09d Merge pull request #983 from DazWorrall/bug/sensu_check_missing_file
Fix errors in sensu_check
2015-09-16 14:00:02 -04:00
Darren Worrall
b0926125c2 Fix json loading in sensu_check
Fixes `AttributeError: 'str' object has no attribute 'read'` when the
check path exists
2015-09-15 16:43:26 +01:00
Darren Worrall
4ead053031 Initialise stream variable
Fixes `UnboundLocalError: local variable 'stream' referenced before
assignment` when the check path doesnt exist
2015-09-15 16:40:01 +01:00
Mischa ter Smitten
a65965e38e Add more modes to the mysql_replication module
Fixes #979
2015-09-15 12:57:37 +02:00
Gerard Lynch
30b676478b fix param description rst syntax 2015-09-15 09:42:01 +01:00
kovacsbalu
22de417dad Use push_type and send link with push_link. 2015-09-15 09:35:14 +02:00
Rob
d1c15d6c84 Documentation fixup 2015-09-14 10:38:36 +10:00
Rene Moser
384eaba766 composer: smarter arguments handling
To get all available options in json for each command, `composer help <command> --format=json` can be used. This allows us to simply parse the output and dynamically find out if an option is available. Neat!
2015-09-11 21:26:23 +02:00
Rene Moser
7fdfa01615 composer: rename composer_install to composer_command 2015-09-11 21:22:09 +02:00
Rene Moser
0b0cc7b049 composer: simplify has_changed() 2015-09-11 21:20:20 +02:00
Siert Zijl
57f9b735f3 #931 append dot to zone if not defined 2015-09-11 20:14:59 +02:00
Rene Moser
c419dabe12 cloudstack: cs_account re-factor error handling state=present 2015-09-11 19:04:41 +02:00
Rene Moser
67bc8e9fda cloudstack: cs_account: create account for states locked/disabled/enabled if not present 2015-09-11 19:03:35 +02:00
Rene Moser
462c90eb54 cloudstack: cs_account: add state unlocked as alias for enabled 2015-09-11 19:02:01 +02:00
Brian Coca
ea1bd0b078 Merge pull request #959 from resmo/for-ansible
cloudstack: fix templates not always have checksums
2015-09-11 11:17:49 -04:00
Rene Moser
578dbe1d37 cloudstack: new module cs_user 2015-09-11 09:08:39 +02:00
Rene Moser
6bd40787ce cloudstack: fix templates not always have checksums
It is not documented but it seems only registered templates have checksums. Templates created from VMs and snapshot don't.

This change fixes the traceback. But we must re-thinking, if it still makes sense to look for the checksum.
2015-09-11 08:52:30 +02:00
Brian Coca
648ff9b856 Merge pull request #934 from analogbyte/devel
fix #894 by actually updating with the modified settings
2015-09-10 21:42:07 -04:00
Brian Coca
5a39c5ed0d Merge pull request #948 from steynovich/patch-1
Update route53_zone.py
2015-09-10 21:05:27 -04:00
Brian Coca
9285b232f7 Merge pull request #855 from markleehamilton/openvswitch_db
Openvswitch db
2015-09-10 17:24:48 -04:00
James Cammarata
82f8ffc627 Merge pull request #954 from evanccnyc/devel
fixing hang after creation in ec2_eni
2015-09-10 15:33:09 -04:00
Evan Carter
604578cfcc fixing hang after creation 2015-09-10 15:23:57 -04:00
Mark Chance
dca0d4a08c update version, fix fail msgs 2015-09-10 08:25:34 -06:00
Mark Chance
158b9b664d update version, fix fail msgs 2015-09-10 08:25:04 -06:00
Mark Chance
de95580f66 fix docs, enhance fail msgs 2015-09-10 08:02:24 -06:00
Mark Chance
03cd38e7ab cloud amazon ECS task definition module 2015-09-09 17:09:46 -06:00
Mark Chance
f802fc2ce3 cloud amazon ECS cluster module 2015-09-09 17:08:48 -06:00
Mark Chance
a5083a4a17 cloud amazon ECS task modules 2015-09-09 17:07:04 -06:00
steynovich
bdfb67ae28 Update route53_zone.py
Proposed fix for issue #940

Fix: Include common AWS parameters in module arguments
2015-09-09 23:43:15 +02:00
Mark Hamilton
cef26fd695 removed extra syslog message and DOCUMENTATION variable 2015-09-09 14:28:50 -07:00
Brian Coca
84b460d96d added version added 2015-09-09 09:58:24 -04:00
Brian Coca
919b2e96e2 Merge pull request #882 from isotopp/devel
add force= option to allow force installation/removal of packages
2015-09-09 09:55:57 -04:00
Kristian Koehntopp
d0e3c882f9 Merge remote-tracking branch 'upstream/devel' into devel 2015-09-09 14:24:45 +02:00
Brian Coca
6ba52c694d Merge pull request #924 from resmo/for-ansible
cloudstack: cs_account: fix error handing on state=absent
2015-09-09 08:09:27 -04:00
Michael Perzel
123a2b25ed Remove duplicate action declaration. 2015-09-08 14:45:21 -05:00
Michael Perzel
a7675e6621 Note parameters that are not idempotent 2015-09-08 14:40:21 -05:00
Michael Perzel
685c935a37 Documentation updates 2015-09-08 14:36:11 -05:00
Michael Perzel
64416ff094 Fix logging of error message 2015-09-08 14:35:34 -05:00
Michael Perzel
de1696cb74 Add support for specifying user for scheduled task to run as 2015-09-08 14:16:30 -05:00
Michael Perzel
027dff6d3d Add support for command arguments 2015-09-08 13:37:39 -05:00
Brian Coca
cb1b8055ba Merge pull request #930 from yasuyuki-baba/devel
typetalk module does not work
2015-09-08 14:36:51 -04:00
Brian Coca
c7fe46f3f7 Merge pull request #935 from privateip/devel
adds missing serialize_instance function
2015-09-08 12:46:35 -04:00
Michael Perzel
d0b4bc0dda Show order of operations with parenthesis 2015-09-08 11:20:35 -05:00