From 8e72f3bf7ef3c2320a3de6bdc995dd6f77e32523 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Thu, 24 Apr 2014 15:32:58 -0400 Subject: [PATCH] Get puppet-openstack-cloud and puppetlabs-cororsync from public repo Currently, in order to get puppet-openstack-cloud and puppetlabs-corosync git relies on one's private key to retrieve them, since both projects are on public repo, let's rely on git:// instead of git@ --- Puppetfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile b/Puppetfile index f9afa05e..df00cdff 100644 --- a/Puppetfile +++ b/Puppetfile @@ -60,14 +60,14 @@ mod 'ceph', :ref => 'cc63bacaef2b1d8949777f58e23698e6bbf87f43' #FIXME mod 'cloud', - :git => 'git@github.com:enovance/puppet-openstack-cloud.git', + :git => 'git://github.com:enovance/puppet-openstack-cloud.git', #:ref => 'stable/havana' :ref => 'master' mod 'concat', :git => 'git://github.com/enovance/puppet-concat.git', :ref => '04356974f72b90a1d0f57346a00e95a717924e43' mod 'corosync', - :git => 'git@github.com:enovance/puppetlabs-corosync.git', + :git => 'git://github.com:enovance/puppetlabs-corosync.git', :ref => '79b61302b07fef30b65a42f3b55229616018aacf' mod 'dnsclient', :git => 'git://github.com/enovance/puppet-module-dnsclient.git',