Commit graph

7793 commits

Author SHA1 Message Date
Toshio Kuratomi
19374903ac Switch StrictVersion for LooseVersion since some distros ship
beta versions and StrictVersion would fail on that.

Also clean up some minor style things
2015-11-20 12:36:36 -08:00
Toshio Kuratomi
d3f0d3880c Merge pull request #444 from olsaki/devel
Add docker_login module
2015-11-20 12:25:25 -08:00
Olaf Kilian
c629d5b013 Add requirement and check for compatible version of docker-py 2015-11-20 21:05:19 +01:00
Olaf Kilian
66964f660a Set no_log for password argument 2015-11-20 20:25:50 +01:00
Ryan Sydnor
a56fe04683 Use boto normalized location for bucket creation
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
2015-11-20 13:55:46 -05:00
Hans-Joachim Kliemeck
a59f1f528e fix race condition and missing property 2015-11-20 09:08:42 +01:00
Sebastien Couture
7023d87e05 Added support for DNS SRV records 2015-11-18 18:15:59 -05:00
Guido Günther
11e8a17684 zypper: Add returncode to result
This will be used in integration tssts and makes the whole thing
more similar to the yum module.
2015-11-18 17:49:34 +01:00
Etienne CARRIERE
aaf16fe337 Developpement of enabled/disabled state 2015-11-18 06:52:03 +01:00
Etienne CARRIERE
be9058201f Apply changes according to the review 2015-11-18 06:09:28 +01:00
Xav Paice
c1cf8e671a Added stdout and stderr to puppet output for rc=2 2015-11-18 14:34:46 +13:00
Brian Coca
7da1f8d4ca Merge pull request #1228 from romainrbr/iptables-ctstate-to-state
Editing iptable module to use -m state --state instead of -m conntrack --ctstate
2015-11-17 09:32:20 -08:00
Hans-Joachim Kliemeck
0688522eb7 fail if type parameter is empty 2015-11-17 15:36:52 +01:00
Brian Coca
444155ce13 Merge pull request #1254 from agireud/os_project_fix
Fix return documentation
2015-11-16 15:40:14 -08:00
Alberto Gireud
c9e4c32f41 Fix return documentation 2015-11-16 17:31:53 -06:00
Brian Coca
aa859f6331 Merge pull request #1220 from agireud/os_project
Add openstack project module
2015-11-16 15:04:34 -08:00
Brian Coca
f19ceaa711 Merge pull request #1252 from defionscode/devel
Sendgrid docs fix
2015-11-16 14:00:20 -08:00
Jonathan Davila
39a3255ef3 Sendgrid docs fix 2015-11-16 16:54:35 -05:00
Jordan Cohen
20d6e3daaf support for event alert monitors 2015-11-16 06:31:14 -05:00
Brian Coca
875a055103 corrected choices which was meant to be type 2015-11-15 14:31:34 -08:00
James Cammarata
e5362cc76a Version bump for new beta 2.0.0-0.5.beta3 2015-11-13 16:47:22 -05:00
Brian Coca
cf7db64575 Merge pull request #1238 from Jmainguy/irc_colors
IRC module: Added style= and more colors.
2015-11-12 22:03:55 -08:00
Jonathan Mainguy
19b506f64f Added style= and more colors. 2015-11-12 22:49:41 -05:00
Dylan Martin
b0298ba4f1 added version option 2015-11-12 14:38:15 -06:00
Brad Wilson
3177e9eaf0 Add apply_to option to rabbitmq_policy 2015-11-11 14:42:11 -08:00
Toshio Kuratomi
e52e015791 Documentation fixes 2015-11-11 12:38:51 -08:00
Toshio Kuratomi
1ddc3211a3 Merge pull request #832 from yaegashi/module-blockinfile
New module: blockinfile
2015-11-11 12:32:39 -08:00
Toshio Kuratomi
1de3509f3b Merge pull request #1053 from indrajitr/homebrew-path-support
homebrew: Add explicit documentation for 'path' argument (with expected default)
2015-11-11 11:58:00 -08:00
Toshio Kuratomi
08fb2d340c Merge pull request #1132 from caduri/devel
[Bug] exchange name contains chars that needs to be quoted
2015-11-11 11:56:13 -08:00
Toshio Kuratomi
949610bbce Merge pull request #1202 from joelthompson/feature/sns_topic
Add sns_topic module to manage AWS SNS topics
2015-11-11 11:25:57 -08:00
Toshio Kuratomi
0270d104d1 Merge pull request #1203 from Etherdaemon/new_route53_facts_module
New Route53 facts module
2015-11-11 11:24:30 -08:00
Toshio Kuratomi
e1b9788f7b Merge pull request #1208 from h0nIg/devel_win_nssm
win_nssm: account get fix
2015-11-11 11:22:39 -08:00
Toshio Kuratomi
16b1e39c97 Merge pull request #1222 from grypyrg/devel
mysql_replication: including error number and code
2015-11-11 11:21:05 -08:00
Toshio Kuratomi
ae94b71fb8 Merge pull request #1232 from robinro/patch-1
better cope with rpm not returning package name
2015-11-11 11:20:27 -08:00
Hans-Joachim Kliemeck
e4d9034fbc corrected replacement of last backslash 2015-11-11 12:51:24 +01:00
Robin Roth
9f02fbe072 better cope with rpm not returning package name
if the rpm query is missing a package name (or giving some error): fail soft

before the patch: the module fails because the installed_state dict is missing the package name

after the patch: the missing package is assumed to not be in the correct state and is installed/removed with zypper
2015-11-11 11:57:11 +01:00
Sam Liu
96d044192c new module win_file_version 2015-11-11 13:30:09 +08:00
Brian Coca
7d8dd6e210 Merge pull request #446 from xiaclo/patch-1
Allow NPM to update packages
2015-11-10 09:42:14 -08:00
Romain Brucker
e0bdd2e7f6 Editing iptable module to use -m state --state instead of -m conntrack --ctstate 2015-11-10 09:21:32 -06:00
Alberto Gireud
b01f083ec3 Add openstack project module 2015-11-09 16:13:53 -06:00
Brian Coca
6cc43bbd56 Merge pull request #1225 from ritzk/zabbix-create-on
prevent zabbix config from being overwritten
2015-11-09 11:03:01 -08:00
Ritesh Khadgaray
5e103d604a allows user to not update zabbix host config if host is present. 2015-11-09 20:21:28 +05:30
Kenny Gryp
53d42cd8d8 revert to unbreak pull request 2015-11-09 10:07:15 +01:00
Kenny Gryp
e1c1ea9013 in order for replication setup to work, some errors should be ignored 2015-11-09 10:05:53 +01:00
Brian Coca
62f52d702a Merge pull request #1211 from ksatirli/devel
fixes a typo in Datadog Monitor docs
2015-11-06 08:57:43 -05:00
Brian Coca
ebddad7d3b Merge pull request #1212 from jcftang/znode-docs-fix
Fix documentation, the correct parameter is "name"
2015-11-06 08:36:39 -05:00
Hans-Joachim Kliemeck
55f64daee3 corrected requirements 2015-11-06 14:36:00 +01:00
Brian Coca
a88132b0be Merge pull request #1210 from jaymell/devel
Fixed call to module.log
2015-11-06 08:35:12 -05:00
Hans-Joachim Kliemeck
9d8b6d470d fixxed problems related to path input 2015-11-06 14:29:11 +01:00
Jimmy Tang
b51d096c31 Fix documentation, the correct parameter is "name" 2015-11-06 13:17:09 +00:00