diff --git a/README.md b/README.md index ebf8c19..8d51ee7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/metadata.json b/metadata.json index 244db4b..969933f 100644 --- a/metadata.json +++ b/metadata.json @@ -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", @@ -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" + } ] }