From c95a68ed5d323fafda09583b2e791b0a1361cd93 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 2 Sep 2013 09:13:22 -0700 Subject: [PATCH] commands/reload: dont' provision by default --- plugins/commands/reload/command.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/commands/reload/command.rb b/plugins/commands/reload/command.rb index c4aebb75a..8718106a1 100644 --- a/plugins/commands/reload/command.rb +++ b/plugins/commands/reload/command.rb @@ -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]"