Enable provisioning by default [GH-601]

This commit is contained in:
Mitchell Hashimoto 2011-12-20 16:27:08 -08:00
parent 1dd41cfef4
commit f9b3e89373
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module Vagrant
module Command
class Up < Base
def execute
options = {}
options = { :provision => true }
opts = OptionParser.new do |opts|
opts.banner = "Usage: vagrant up [vm-name] [--[no-]provision] [-h]"