lib/vagrant-windows/plugin.rb in vagrant-windows-1.0.0 vs lib/vagrant-windows/plugin.rb in vagrant-windows-1.0.1
- old
+ new
@@ -14,9 +14,12 @@
require "vagrant-windows/errors"
# Add Vagrant WinRM communication channel
require "vagrant-windows/communication/winrmcommunicator"
+# Monkey patch the Puppet provisioner to support PowerShell/Windows
+require "vagrant-windows/monkey_patches/vbox_42_driver"
+
# Monkey Patch the VM object to support multiple channels, i.e. WinRM
require "vagrant-windows/monkey_patches/machine"
# Monkey patch the Puppet provisioner to support PowerShell/Windows
require "vagrant-windows/monkey_patches/puppet"