Rakefile: prepare J.1.1.0 release

Get Puppetfile from J.1.1.0 release.

Change-Id: Iea98d4fcf8f2f9bd9263a549777f7ae15a51fcc3
This commit is contained in:
Emilien Macchi
2015-03-02 10:07:20 +01:00
parent d32ee81ca7
commit 6fc9530118

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-J.1.0.0/Puppetfile'
puppetfile_url = ENV['PUPPETFILE'] || 'https://raw.githubusercontent.com/redhat-openstack/openstack-puppet-modules/enovance-J.1.1.0/Puppetfile'
Rake::Task[:spec_prep].clear
desc 'Create the fixtures directory'