From 7140e0f37f0bae4b911907cf04e29de4d99974e7 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Fri, 2 Nov 2012 11:27:06 -0700 Subject: [PATCH] update Puppetfile add refs for folsom branches --- Puppetfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Puppetfile b/Puppetfile index 57ee023..cb93541 100644 --- a/Puppetfile +++ b/Puppetfile @@ -1,10 +1,10 @@ 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/openstack', :git => 'git://github.com/puppetlabs/puppetlabs-openstack', :ref => 'folsom' +mod 'puppetlabs/nova', :git => 'git://github.com/puppetlabs/puppetlabs-nova', :ref => 'folsom' +mod 'puppetlabs/glance', :git => 'git://github.com/puppetlabs/puppetlabs-glance', :ref => 'folsom' +mod 'puppetlabs/keystone', :git => 'git://github.com/puppetlabs/puppetlabs-keystone', :ref => 'folsom' +mod 'puppetlabs/horizon', :git => 'git://github.com/puppetlabs/puppetlabs-horizon', :ref => 'folsom' mod 'puppetlabs/swift', :git => 'git://github.com/puppetlabs/puppetlabs-swift' mod 'puppetlabs/cinder', :git => 'git://github.com/puppetlabs/puppetlabs-cinder' mod 'puppetlabs/tempest', :git => 'git://github.com/puppetlabs/puppetlabs-tempest'