From 370482d48840b3c96a0f51ce0a6e9de0ced34f08 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 12 Jun 2015 17:36:19 -0700 Subject: [PATCH] Update spec_helper_acceptance for project renames Change-Id: I1c246314f320ec88ca222a732cde40453bf228f2 --- spec/spec_helper_acceptance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 6072dde1..1879cbfd 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -32,7 +32,7 @@ RSpec.configure do |c| on host, puppet('module','install','stahnma-epel'), { :acceptable_exit_codes => 0 } # until https://github.com/tamaskozak/puppetlabs-rabbitmq/commit/8bbfe320035fae2ae900211501008d63dc3c171c is part of a release shell('git clone https://github.com/puppetlabs/puppetlabs-rabbitmq /etc/puppet/modules/rabbitmq') - shell('git clone https://git.openstack.org/stackforge/puppet-openstack_extras /etc/puppet/modules/openstack_extras') + shell('git clone https://git.openstack.org/openstack/puppet-openstack_extras /etc/puppet/modules/openstack_extras') # Install the module being tested puppet_module_install(:source => proj_root, :module_name => 'openstacklib') # List modules installed to help with debugging