Last active
November 8, 2015 13:04
-
-
Save MattHodge/dd9f4e708c77314bcc7b to your computer and use it in GitHub Desktop.
04_Blog_Win10_Development_PC_Vagrant.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install vagrant plugins | |
vagrant plugin install 'vagrant-berkshelf' | |
vagrant plugin install 'vagrant-dsc' | |
vagrant plugin install 'vagrant-omnibus' | |
vagrant plugin install 'vagrant-reload' | |
vagrant plugin install 'vagrant-vbguest' | |
vagrant plugin install 'vagrant-vbox-snapshot' | |
vagrant plugin install 'vagrant-winrm' | |
vagrant plugin install 'winrm-fs' | |
# Install vagrant boxes | |
vagrant box add ubuntu/trusty64 | |
vagrant box add kensykora/windows_2012_r2_standard | |
# Install the test-kitchen plugins | |
gem install kitchen-pester |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Blog Post: https://www.hodgkins.net.au/powershell/setup-windows-10-for-chef-and-powershell-dsc-development/