From dc8737d4c88bcc97094288ce6288f43a0fd70e62 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 16 Apr 2013 12:25:11 -0700 Subject: [PATCH] update ref to openvswitch module to use a working repo The repo it was previously pointed to does not work. This commit repoints Puppetfile at master of my repo which is a slightly modified version of cisco's grizzly branch. Change-Id: Id9de909b7f7571e1ed53159fd3f6336111351def --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 5b470bd..4eddbab 100644 --- a/Puppetfile +++ b/Puppetfile @@ -10,7 +10,7 @@ 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/puppet-quantum/' # openstack middleware -mod 'puppet/vswitch', :git => 'git://github.com/ekarlso/puppet-vswitch' +mod 'puppet/vswitch', :git => 'git://github.com/bodepd/puppet-vswitch' mod 'puppetlabs/rabbitmq', :git => 'git://github.com/puppetlabs/puppetlabs-rabbitmq' mod 'puppetlabs/mysql', :git => 'git://github.com/puppetlabs/puppetlabs-mysql' mod 'puppetlabs/git', :git => 'git://github.com/puppetlabs/puppetlabs-git'