From d32ee81ca7efeaeee7f06ddd070d36c561da73d1 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 25 Feb 2015 09:48:35 +0100 Subject: [PATCH] Rakefile: point Puppetfile to J.1.0.0 Spinal Stack J.1.0.0 is ready for release, let's ensure we use the right Puppetfile. Change-Id: I465f000c8059e91694029d07e85a54a183b98090 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2ba1dd31..5efe092d 100644 --- a/Rakefile +++ b/Rakefile @@ -58,7 +58,7 @@ namespace :module do end end -puppetfile_url = ENV['PUPPETFILE'] || 'https://raw.githubusercontent.com/redhat-openstack/openstack-puppet-modules/enovance/Puppetfile' +puppetfile_url = ENV['PUPPETFILE'] || 'https://raw.githubusercontent.com/redhat-openstack/openstack-puppet-modules/enovance-J.1.0.0/Puppetfile' Rake::Task[:spec_prep].clear desc 'Create the fixtures directory'