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
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
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
Brian Coca
a88132b0be
Merge pull request #1210 from jaymell/devel
...
Fixed call to module.log
2015-11-06 08:35:12 -05:00
Jimmy Tang
b51d096c31
Fix documentation, the correct parameter is "name"
2015-11-06 13:17:09 +00:00
Kerim Satirli
2ac53bf559
fixes a typo in Datadog Monitor docs
2015-11-06 11:02:51 +01:00
Hans-Joachim Kliemeck
5753a05625
fixxed problem with match @
2015-11-06 10:46:55 +01:00
root
63003372b4
Fixed call to module.log
2015-11-05 21:16:41 -06:00
Etherdaemon
1ee6962c93
Add new module to allow for getting and listing of Route53 relevant details
2015-11-06 09:39:24 +10:00
Hans-Joachim Kliemeck
84a8902b48
fixxed problem with match @
2015-11-05 17:44:29 +01:00
Joel Thompson
437a62836f
Add sns_topic module to manage AWS SNS topics
...
This adds an sns_topic module which allows you to create and delete AWS
SNS topics as well as subscriptions to those topics.
2015-11-03 23:01:50 -05:00
Greg DeKoenigsberg
f281eb2b30
Add new SMEs for Zabbix
2015-11-03 15:48:58 -05:00
Brian Coca
2555c8e8b7
Merge pull request #1196 from wimnat/feature/ec2_remote_facts_fix
...
Prevent ec2_remote_facts from failing when listing a terminated instance
2015-11-03 15:12:30 -05:00
Brian Coca
0f4917a33c
Merge pull request #1199 from Azorr/iptables-add-limit
...
Adding limit support for iptables module
2015-11-03 13:01:30 -05:00
Romain Brucker
2b04f0c5cf
Fixing limit type from list to string
2015-11-03 11:47:28 -06:00
Romain Brucker
dbee2266e1
Adding limit feature to iptables module
2015-11-03 11:41:30 -06:00
Brian Coca
6a87eed586
made ctstate default to [] and evaluation conditional on the list being popoulated
2015-11-03 12:12:39 -05:00
Brian Coca
ea2fd78e6a
fixed default from None to [] for ctstate
2015-11-03 12:03:00 -05:00
Kenny Gryp
975d7952b9
including error code and error number when database connection creation fails
2015-11-03 16:44:00 +01:00
Brian Coca
9fb6054500
avoid index error on empty list, key being true means its not None nor []
...
fixes #13009
2015-11-02 21:50:31 -05:00
wimnat
a21d935e66
Prevent ec2_remote_facts from failing when listing a terminated instance
2015-11-03 01:03:31 +00:00
Brian Coca
abad3d1617
Merge pull request #1128 from pmakowski/mageia5
...
no-suggests is obsolete, switch to no-recommends
2015-11-02 19:25:22 -05:00
Brian Coca
e738bf80ac
Merge pull request #1123 from foretagsplatsen/documentation_win_iis_virtualdirectory
...
Adds examples for win_iis_virtualdirectory
2015-11-02 19:17:14 -05:00
Brian Coca
dd3a2b2e30
Merge pull request #1089 from wimnat/feature/ec2_remote_facts_refactor
...
Refactor ec2_remote_facts to use filters
2015-11-02 19:16:52 -05:00
Brian Coca
8a9d48a552
Merge pull request #1124 from foretagsplatsen/fix_application_in_win_iis_virtualdirectory
...
Fix: support for virtual directories in applications
2015-11-02 19:15:47 -05:00
Brian Coca
be8aacf899
Merge pull request #1143 from smadam813/devel_win_nssm
...
win_nssm: strict fix + added dependencies,startmode,user/pw feature
2015-11-02 19:14:21 -05:00
Brian Coca
937b588b3f
Merge pull request #1172 from nitzmahone/win_updates_strictmode_fix
...
Strict-Mode fixes
2015-11-02 19:13:40 -05:00
Brian Coca
3f2b062994
Merge pull request #1194 from yuppie-flu/maven_artifact_docs_examples_fix
...
Fix broken examples in docs
2015-11-02 15:24:44 -05:00
Kirill Kozlov
b1e0e7eae0
Fix broken examples in docs
2015-11-02 23:15:44 +03:00
Corwin Brown
228b8707b7
Added Error messages to the Try/Catch blocks
2015-11-02 14:08:00 -06:00
Brian Coca
80f198a82f
added missing : to docs
2015-11-02 14:19:11 -05:00
Brian Coca
f5ed8d0c6e
made ctstate accept lists
2015-11-02 12:11:38 -05:00
Brian Coca
5909975c42
Merge pull request #1191 from doalitic/iptables-add-conntrack-ctstate
...
Add conntrack module ctstate support to iptables
2015-11-02 12:06:04 -05:00