mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
commands/reload: dont' provision by default
This commit is contained in:
parent
a656a99654
commit
c95a68ed5d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ module VagrantPlugins
|
|||
|
||||
def execute
|
||||
options = {}
|
||||
options[:provision_ignore_sentinel] = false
|
||||
|
||||
opts = OptionParser.new do |o|
|
||||
o.banner = "Usage: vagrant reload [vm-name]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue