Skip to content

Commit

Permalink
Use Vagrant.require_version
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed May 3, 2014
1 parent e4fdf2a commit 43d2579
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vagrantfile.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# -*- mode: ruby -*-
# # vi: set ft=ruby :

if Vagrant::VERSION < "1.5.4"
raise "Need at least Vagrant version 1.5.4, please update"
end
Vagrant.require_version ">= 1.5.4"

Vagrant.configure("2") do |config|
config.ssh.shell = "sh -l"
Expand Down

0 comments on commit 43d2579

Please sign in to comment.