We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfe729 commit 6cb4642Copy full SHA for 6cb4642
Vagrantfile
@@ -35,6 +35,11 @@ require 'erb'
35
end
36
require 'terminal-table'
37
38
+### Plugin for Windows ###
39
+require 'win32/process' if Vagrant::Util::Platform.windows?
40
+require 'win32/dir' if Vagrant::Util::Platform.windows?
41
+require 'win32/service' if Vagrant::Util::Platform.windows?
42
+
43
### Global variables ###
44
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
45
VAGRANTFILE_API_VERSION = "2"
0 commit comments