From bd7df63b8f2ed64fef614e7f7a875e974127b943 Mon Sep 17 00:00:00 2001 From: guessi Date: Tue, 12 Apr 2016 15:40:07 +0800 Subject: [PATCH] Switch from puppetlabs/corosync to puppet/corosync Project URL on both puppetlabs/corosync [1] and puppet/corosync [2] are pointed to https://github.com/voxpupuli/puppet-corosync, previous https://github.com/Puppet-Community/puppet-corosync [3] reference: [1] https://forge.puppet.com/puppet/corosync [2] https://forge.puppet.com/puppetlabs/corosync [3] https://voxpupuli.org/blog/2016/01/01/voxpupuli/ Depends-On: Ic80252471b1fdcea9dd6a52489ce84484184a13b Change-Id: Ifcbef53035b814e4e9de375962a40f80fa297566 Signed-off-by: guessi --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index af69255..d57c3c3 100644 --- a/metadata.json +++ b/metadata.json @@ -32,7 +32,7 @@ "description": "Puppet module to add useful utilities for OpenStack deployments", "dependencies": [ { "name": "puppetlabs/apt", "version_requirement": ">=1.8.0 <3.0.0" }, - { "name": "puppetlabs/corosync", "version_requirement": ">=0.1.0 <1.0.0" }, + { "name": "puppet/corosync", "version_requirement": ">=0.1.0 <1.0.0" }, { "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" } ] }