Skip to content

Commit

Permalink
(maint) Update vanagon to 0.7.1
Browse files Browse the repository at this point in the history
This will update windows packages to be named puppet-agent-VERSION-ARCH.msi and
not puppet-agent-VERSION.RELEASE-ARCH.msi
  • Loading branch information
mcdonaldseanp committed Aug 1, 2016
1 parent db1efa1 commit 946bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def vanagon_location_for(place)
end
end

gem 'vanagon', *vanagon_location_for(ENV['VANAGON_LOCATION'] || '0.7.0')
gem 'vanagon', *vanagon_location_for(ENV['VANAGON_LOCATION'] || '0.7.1')
gem 'packaging', '~> 0.4', :github => 'puppetlabs/packaging'
gem 'rake'
gem 'json'
Expand Down

0 comments on commit 946bed9

Please sign in to comment.