From 73ab80410f3c3afb951e97b5d5de9a265d28ab5c Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 20 Apr 2016 11:44:09 -0400 Subject: [PATCH] Change source for puppet-corosync puppet-corosync moved from puppet-community/puppet-corosync to voxpupuli/puppet-corosync. Change-Id: Ic80252471b1fdcea9dd6a52489ce84484184a13b --- Puppetfile | 8 ++++---- external_modules.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Puppetfile b/Puppetfile index 59026bfed..f104b3f7e 100644 --- a/Puppetfile +++ b/Puppetfile @@ -134,10 +134,6 @@ mod 'staging', :git => 'https://github.com/nanliu/puppet-staging', :ref => '1.0.4' -mod 'corosync', - :git => 'https://github.com/puppet-community/puppet-corosync', - :ref => '0.8.0' - mod 'apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', :ref => '1.8.1' @@ -202,3 +198,7 @@ mod 'dns', :git => 'https://github.com/theforeman/puppet-dns', :ref => '3.2.0' +mod 'corosync', + :git => 'https://github.com/voxpupuli/puppet-corosync', + :ref => '1.0.0-beta1' + diff --git a/external_modules.txt b/external_modules.txt index 43cd59b6d..48446d9c2 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -1,7 +1,6 @@ antonlindstrom/puppet-powerdns duritong/puppet-sysctl nanliu/puppet-staging -puppet-community/puppet-corosync puppetlabs/puppetlabs-apache puppetlabs/puppetlabs-apt puppetlabs/puppetlabs-concat,1.2.5 @@ -18,3 +17,4 @@ puppetlabs/puppetlabs-xinetd saz/puppet-memcached stankevich/puppet-python theforeman/puppet-dns +voxpupuli/puppet-corosync