Skip to content

Commit

Permalink
Merge pull request #589 from wyardley/update_metadata
Browse files Browse the repository at this point in the history
Update dependencies, name, and required Puppet version
  • Loading branch information
alexjfisher authored Sep 2, 2017
2 parents 89ebd42 + 715587e commit 4355437
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,9 @@ puppetlabs-apt module, it does not support puppetlabs-apt 2.0.0 or

### Module dependencies

If running CentOS/RHEL, ensure the epel repo, or another repo containing
a suitable Erlang version, is present.
If running CentOS/RHEL, ensure the epel repo, or another repo containing a
suitable Erlang version, is present. On Debian systems, puppetlabs/apt is a
soft dependency.

To have a suitable erlang version installed on RedHat and Debian systems,
you have to install another puppet module from http://forge.puppetlabs.com/garethr/erlang with:
Expand Down
15 changes: 7 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "puppetlabs-rabbitmq",
"version": "5.6.0",
"author": "puppetlabs",
"name": "puppet-rabbitmq",
"version": "6.0.0-rc0",
"author": "voxpupuli",
"summary": "Installs, configures, and manages RabbitMQ.",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-rabbitmq",
"project_page": "https://github.com/puppetlabs/puppetlabs-rabbitmq",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"source": "https://github.com/voxpupuli/puppet-rabbitmq",
"project_page": "https://github.com/voxpupuli/puppet-rabbitmq",
"issues_url": "https://github.com/voxpupuli/puppet-rabbitmq/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down Expand Up @@ -50,12 +50,11 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.6.1 < 6.0.0"
"version_requirement": ">= 4.8.0 < 6.0.0"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.13.1 < 5.0.0"},
{"name":"puppetlabs/apt","version_requirement":">= 1.8.0 < 5.0.0"},
{"name":"puppet/staging","version_requirement":">= 0.3.1 < 3.0.0"}
]
}

0 comments on commit 4355437

Please sign in to comment.