Skip to content

Commit

Permalink
Merge pull request #1 from covermymeds/metadata
Browse files Browse the repository at this point in the history
updated metadata.json
  • Loading branch information
cjestel committed Sep 3, 2015
2 parents 2beca7f + b4951fa commit 2c6b0b3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Array entry format in hieradata:

## Limitations

This has only been tested on Redhat Systems. If you expereience issues using it with Ubuntu, please open an issue and we will work with you to correct the problem.
This has only been tested on Redhat Systems. If you experience issues using it with Ubuntu, please open an issue and we will work with you to correct the problem or you can submit a PR.

## Development

Expand Down
38 changes: 32 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "covermymeds-pgbouncer",
"version": "0.2.0",
"version": "0.2.4",
"author": "CJ Estel",
"summary": "Deploys pgbouncer",
"license": "MIT",
"summary": "Deploys pgbouncer",
"source": "https://github.com/covermymeds/puppet-pgbouncer.git",
"project_page": "https://github.com/covermymeds/puppet-pgbouncer",
"issues_url": "https://github.com/covermymeds/puppet-pgbouncer/issues",
Expand All @@ -14,11 +14,37 @@
"proxy"
],
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu" },
{ "operatingsystem": "Redhat" }
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
]
}
],
"dependencies": [
{ "name": "puppetlabs-concat" },
{ "name": "puppetlabs-postgresql" }
{
"name": "puppetlabs-concat",
"version_requirement": ">=1.1.1"
},
{
"name": "puppetlabs-postgresql",
"version_requirement": ">=4.3.0"
}
]
}

0 comments on commit 2c6b0b3

Please sign in to comment.