Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
bump default graphite version while we're here
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Nov 2, 2015
1 parent f683827 commit 7704300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network :forwarded_port, guest: 8125, host: 8125, protocol: 'udp'
config.vm.network :forwarded_port, guest: 2003, host: 22003
config.vm.network :forwarded_port, guest: 2004, host: 22004
graphite_version = ENV['GRAPHITE_RELEASE'].nil? ? '0.9.13-pre1' : ENV['GRAPHITE_RELEASE']
graphite_version = ENV['GRAPHITE_RELEASE'].nil? ? '0.9.14' : ENV['GRAPHITE_RELEASE']
config.vm.provision "shell", inline: "cd /vagrant; GRAPHITE_RELEASE=#{graphite_version} ./install"
end

0 comments on commit 7704300

Please sign in to comment.