Skip to content

Commit

Permalink
Add PyYAML to Windows vagrant box.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Jan 20, 2016
1 parent 15da804 commit 5ea8e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Vagrant.configure(2) do |config|

config.vm.define "win2012", primary: true do |win2012|
# Windows Server 2012 R2
win2012.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-win2012-r2-virtualbox-2016-01-19_0544.box"
win2012.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-win2012-r2-virtualbox-2016-01-20_0057.box"
win2012.vm.guest = :windows

# Communicator for windows boxes
Expand Down

0 comments on commit 5ea8e33

Please sign in to comment.