Enable provisioning by default [GH-601]
This commit is contained in:
parent
1dd41cfef4
commit
f9b3e89373
|
@ -4,7 +4,7 @@ module Vagrant
|
||||||
module Command
|
module Command
|
||||||
class Up < Base
|
class Up < Base
|
||||||
def execute
|
def execute
|
||||||
options = {}
|
options = { :provision => true }
|
||||||
|
|
||||||
opts = OptionParser.new do |opts|
|
opts = OptionParser.new do |opts|
|
||||||
opts.banner = "Usage: vagrant up [vm-name] [--[no-]provision] [-h]"
|
opts.banner = "Usage: vagrant up [vm-name] [--[no-]provision] [-h]"
|
||||||
|
|
Loading…
Reference in New Issue