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]"