From 6e027742c43eadd8b8300c676f0c0866bafb10a6 Mon Sep 17 00:00:00 2001 From: Matthias Crauwels Date: Wed, 8 Feb 2017 10:39:10 +0100 Subject: [PATCH 1/2] update metadata to point to voxpupuli repo --- metadata.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index bbaa7d17..5d83a8a7 100644 --- a/metadata.json +++ b/metadata.json @@ -4,12 +4,13 @@ "author": "Matthias Crauwels ", "summary": "Module to install and configure ProxySQL", "license": "Apache-2.0", - "source": "git@github.com:mcrauwel/puppet-proxysql.git", - "project_page": "https://github.com/mcrauwel/puppet-proxysql", - "issues_url": "https://github.com/mcrauwel/puppet-proxysql/issues", + "source": "git@github.com:voxpupuli/puppet-proxysql.git", + "project_page": "https://github.com/voxpupuli/puppet-proxysql", + "issues_url": "https://github.com/voxpupuli/puppet-proxysql/issues", "dependencies": [ { "name": "puppetlabs-stdlib", "version_requirement": ">= 1.0.0" }, { "name": "puppetlabs-mysql", "version_requirement": ">= 3.0.0" } + { "name": "puppetlabs-apt", "version_requirement": ">= 2.2.0" } ], "operatingsystem_support": [ { From a2dd34e44d7c794f4727e501eaa78e79bcf0e1b9 Mon Sep 17 00:00:00 2001 From: Matthias Crauwels Date: Wed, 8 Feb 2017 12:22:22 +0100 Subject: [PATCH 2/2] fixed json syntax... --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 5d83a8a7..39705651 100644 --- a/metadata.json +++ b/metadata.json @@ -9,7 +9,7 @@ "issues_url": "https://github.com/voxpupuli/puppet-proxysql/issues", "dependencies": [ { "name": "puppetlabs-stdlib", "version_requirement": ">= 1.0.0" }, - { "name": "puppetlabs-mysql", "version_requirement": ">= 3.0.0" } + { "name": "puppetlabs-mysql", "version_requirement": ">= 3.0.0" }, { "name": "puppetlabs-apt", "version_requirement": ">= 2.2.0" } ], "operatingsystem_support": [