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