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
This commit is contained in:
Emilien Macchi
2015-02-25 09:48:35 +01:00
parent a28c52be22
commit d32ee81ca7

View File

@@ -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'