Skip to content

Commit 6cb4642

Browse files
committed
Adding the necessary plugins for Windows users
1 parent cbfe729 commit 6cb4642

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Vagrantfile

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ require 'erb'
3535
end
3636
require 'terminal-table'
3737

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+
3843
### Global variables ###
3944
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
4045
VAGRANTFILE_API_VERSION = "2"

0 commit comments

Comments
 (0)