Skip to content

Commit

Permalink
update repos to point at stackforge
Browse files Browse the repository at this point in the history
This commit updates the Puppetfile to point all of the
repos at their new cononical source (stackforge!)

Change-Id: If1d71560b94983aeabc50909e2fc6d974c8ab173
  • Loading branch information
bodepd committed Apr 10, 2013
1 parent 7f512e2 commit 8c014d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Puppetfile
@@ -1,14 +1,14 @@
forge "http://forge.puppetlabs.com"

mod 'puppetlabs/openstack', :git => 'git://github.com/puppetlabs/puppetlabs-openstack'
mod 'puppetlabs/nova', :git => 'git://github.com/puppetlabs/puppetlabs-nova'
mod 'puppetlabs/glance', :git => 'git://github.com/puppetlabs/puppetlabs-glance'
mod 'puppetlabs/keystone', :git => 'git://github.com/puppetlabs/puppetlabs-keystone'
mod 'puppetlabs/horizon', :git => 'git://github.com/puppetlabs/puppetlabs-horizon'
mod 'puppetlabs/swift', :git => 'git://github.com/puppetlabs/puppetlabs-swift'
mod 'puppetlabs/cinder', :git => 'git://github.com/puppetlabs/puppetlabs-cinder'
mod 'puppetlabs/openstack', :git => 'git://github.com/stackforge/puppet-openstack'
mod 'puppetlabs/nova', :git => 'git://github.com/stackforge/puppet-nova'
mod 'puppetlabs/glance', :git => 'git://github.com/stackforge/puppet-glance'
mod 'puppetlabs/keystone', :git => 'git://github.com/stackforge/puppet-keystone'
mod 'puppetlabs/horizon', :git => 'git://github.com/stackforge/puppet-horizon'
mod 'puppetlabs/swift', :git => 'git://github.com/stackforge/puppet-swift'
mod 'puppetlabs/cinder', :git => 'git://github.com/stackforge/puppet-cinder'
mod 'puppetlabs/tempest', :git => 'git://github.com/puppetlabs/puppetlabs-tempest'
mod 'puppet/quantum', :git => 'git://github.com/bodepd/openstack-quantum-puppet/'
mod 'puppet/quantum', :git => 'git://github.com/bodepd/puppet-quantum/'
# openstack middleware
mod 'puppet/vswitch', :git => 'git://github.com/ekarlso/puppet-vswitch'
mod 'puppetlabs/rabbitmq', :git => 'git://github.com/puppetlabs/puppetlabs-rabbitmq'
Expand Down

0 comments on commit 8c014d8

Please sign in to comment.