Commit Graph

8012 Commits (344dff4350489eea56285fca4e5c0ee6cf73cb2c)
 

Author SHA1 Message Date
Brian Coca 0c1d20865d Merge pull request #1250 from resmo/for-ansible
cloudstack: new module cs_volume
10 years ago
Adam Keech 42efef5682 Appending "Registry::" is not needed and no longer works. 10 years ago
Brian Coca 767ec29640 Merge pull request #1260 from xavpaice/devel
Added stdout and stderr to puppet output for rc=2
10 years ago
Rene Moser 87065005aa cloudstack: new module cs_volume 10 years ago
Brian Coca c978f4b332 updated version added 10 years ago
Brian Coca cde758332a Merge pull request #971 from atplanet/bug/vpc-subnet-tag-values-not-updating
Ensure tag values get updated in ec2_vpc_subnet
10 years ago
Brian Coca 2775be99d3 Merge pull request #1268 from ryansydnor/s3_bucket
Use boto normalized location for bucket creation
10 years ago
Matt Davis 41f4793d17 Merge pull request #1267 from h0nIg/devel_win_updates
win_updates: fix race condition and missing property
10 years ago
Jonathan Mainguy 0d0c887f02 Unify mysql modules.
Added config_file, ssl_ca, ssl_cert, ssl_key, changed connect method, added error checking where a backtrace previoussly was possible
10 years ago
Brian Coca 0298f47df9 Merge pull request #1016 from jtyr/yumrepo
Adding yumrepo module
10 years ago
Brian Coca 367b88a2ab removed json import 10 years ago
Jiri tyr b9bb6d8d29 Adding yumrepo module
This patch is adding a new module which allows to add and remove YUM
repository definitions. The module implements all repository options
as described in the `yum.conf` manual page.
10 years ago
Toshio Kuratomi b87e3ce362 Quote strings that make the module docs fail to build 10 years ago
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
10 years ago
Toshio Kuratomi d3f0d3880c Merge pull request #444 from olsaki/devel
Add docker_login module
10 years ago
Olaf Kilian c629d5b013 Add requirement and check for compatible version of docker-py 10 years ago
Olaf Kilian 66964f660a Set no_log for password argument 10 years ago
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.
10 years ago
Hans-Joachim Kliemeck a59f1f528e fix race condition and missing property 10 years ago
Sebastien Couture 7023d87e05 Added support for DNS SRV records 10 years ago
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.
10 years ago
Etienne CARRIERE aaf16fe337 Developpement of enabled/disabled state 10 years ago
Etienne CARRIERE be9058201f Apply changes according to the review 10 years ago
Xav Paice c1cf8e671a Added stdout and stderr to puppet output for rc=2 10 years ago
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
10 years ago
Hans-Joachim Kliemeck 0688522eb7 fail if type parameter is empty 10 years ago
Brian Coca 444155ce13 Merge pull request #1254 from agireud/os_project_fix
Fix return documentation
10 years ago
Alberto Gireud c9e4c32f41 Fix return documentation 10 years ago
Brian Coca aa859f6331 Merge pull request #1220 from agireud/os_project
Add openstack project module
10 years ago
Brian Coca f19ceaa711 Merge pull request #1252 from defionscode/devel
Sendgrid docs fix
10 years ago
Jonathan Davila 39a3255ef3 Sendgrid docs fix 10 years ago
Jordan Cohen 20d6e3daaf support for event alert monitors 10 years ago
Brian Coca 875a055103 corrected choices which was meant to be type 10 years ago
James Cammarata e5362cc76a Version bump for new beta 2.0.0-0.5.beta3 10 years ago
Brian Coca cf7db64575 Merge pull request #1238 from Jmainguy/irc_colors
IRC module: Added style= and more colors.
10 years ago
Jonathan Mainguy 19b506f64f Added style= and more colors. 10 years ago
Dylan Martin b0298ba4f1 added version option 10 years ago
Brad Wilson 3177e9eaf0 Add apply_to option to rabbitmq_policy 10 years ago
Toshio Kuratomi e52e015791 Documentation fixes 10 years ago
Toshio Kuratomi 1ddc3211a3 Merge pull request #832 from yaegashi/module-blockinfile
New module: blockinfile
10 years ago
Toshio Kuratomi 1de3509f3b Merge pull request #1053 from indrajitr/homebrew-path-support
homebrew: Add explicit documentation for 'path' argument (with expected default)
10 years ago
Toshio Kuratomi 08fb2d340c Merge pull request #1132 from caduri/devel
[Bug] exchange name contains chars that needs to be quoted
10 years ago
Toshio Kuratomi 949610bbce Merge pull request #1202 from joelthompson/feature/sns_topic
Add sns_topic module to manage AWS SNS topics
10 years ago
Toshio Kuratomi 0270d104d1 Merge pull request #1203 from Etherdaemon/new_route53_facts_module
New Route53 facts module
10 years ago
Toshio Kuratomi e1b9788f7b Merge pull request #1208 from h0nIg/devel_win_nssm
win_nssm: account get fix
10 years ago
Toshio Kuratomi 16b1e39c97 Merge pull request #1222 from grypyrg/devel
mysql_replication: including error number and code
10 years ago
Toshio Kuratomi ae94b71fb8 Merge pull request #1232 from robinro/patch-1
better cope with rpm not returning package name
10 years ago
Hans-Joachim Kliemeck e4d9034fbc corrected replacement of last backslash 10 years ago
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
10 years ago
Sam Liu 96d044192c new module win_file_version 10 years ago