Puppetfile: Update remote url for puppet-vswitch

* Migrated on stackforge now

Change-Id: I7c5b51612816bc9ebb1394c1ae69677910bd1f44
This commit is contained in:
Sebastien Badia 2013-11-21 12:23:27 +01:00
parent b78839e718
commit c7b4ef2e82
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ fixtures:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"sysctl": "git://github.com/duritong/puppet-sysctl.git"
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile'
'vswitch': 'git://github.com/bodepd/puppet-vswitch'
'vswitch': 'git://github.com/stackforge/puppet-vswitch'
'tempest': 'git://github.com/stackforge/puppet-tempest'
'vcsrepo': 'git://github.com/puppetlabs/puppetlabs-vcsrepo'
symlinks:

View File

@ -9,7 +9,7 @@ mod 'puppetlabs/cinder', :git => 'git://github.com/stackforge/puppet-cinder'
mod 'puppetlabs/tempest', :git => 'git://github.com/stackforge/puppet-tempest'
mod 'stackforge/neutron', :git => 'git://github.com/stackforge/puppet-neutron'
# openstack middleware
mod 'puppet/vswitch', :git => 'git://github.com/bodepd/puppet-vswitch'
mod 'puppet/vswitch', :git => 'git://github.com/stackforge/puppet-vswitch'
mod 'puppetlabs/rabbitmq',
:git => 'git://github.com/puppetlabs/puppetlabs-rabbitmq',
:ref => 'origin/2.x'