Skip to content

Commit a8ef16c

Browse files
committed
Move windows vm to gusztavvargadr/w10e
as kensykora/windows_2012_r2_standard is not available anymore
1 parent dcfbdd1 commit a8ef16c

File tree

4 files changed

+6
-29
lines changed

4 files changed

+6
-29
lines changed

send-notification-cli/src/vm/windows/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Scripts to launch a notification with each notifier are available in `C:\vagrant
1313

1414
## Construction
1515

16-
The base box is a Windows 2012 Server edition because Windows 8.x client does not have WinRM activated by default and I don't find one correctly packaged (using ssh or WinRM) on [vagrantcloud](https://vagrantcloud.com/boxes) or [vagrantbox.es](http://www.vagrantbox.es).
17-
18-
Chocolatey bootstrap script comes from: [Provisioning a windows box with vagrant and chocolatey](http://www.tzehon.com/2014/01/20/provisioning-a-windows-box-with-vagrant-chocolatey-and-puppet-part-1/).
16+
The base box is a Windows 10 Enterprise edition because Windows 8.x client does not have WinRM activated by default and I don't find one correctly packaged (using ssh or WinRM) on [vagrantcloud](https://vagrantcloud.com/boxes) or [vagrantbox.es](http://www.vagrantbox.es).
1917

2018
Windows notifiers implemented in `send-notification` are then automatically installed.
2119

@@ -32,3 +30,7 @@ Launching Snarl after a silent install fails with error:
3230
snarl requires exec.library v46 or greater
3331
3432
This is a [known problem](https://groups.google.com/forum/#!topic/snarl-discuss/db0fjiC-apo), the solution is to install [`melon`](http://sourceforge.net/projects/snarlwin/files/Goodies/setup-minimal.exe/download) before trying to launch `Snarl`.
33+
34+
### Chocolatey
35+
36+
In case you (or future me) needs script to install `Chocolatey`: [Provisioning a windows box with vagrant and chocolatey](http://www.tzehon.com/2014/01/20/provisioning-a-windows-box-with-vagrant-chocolatey-and-puppet-part-1/).

send-notification-cli/src/vm/windows/Vagrantfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
66

77
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
88

9-
config.vm.box = "kensykora/windows_2012_r2_standard"
9+
config.vm.box = "gusztavvargadr/w10e"
1010

1111
# WinRM is more conventional to communicate with a Windows box, even if ssh is
1212
# available too.
@@ -21,7 +21,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2121
vb.cpus = 2
2222
end
2323

24-
config.vm.provision :shell, :path => "setup-chocolatey.cmd"
2524
config.vm.provision :shell, :path => "install-notifiers.cmd"
2625
config.vm.provision :shell, :path => "install-tools.cmd"
2726

send-notification-cli/src/vm/windows/chocolatey.ps1

Lines changed: 0 additions & 22 deletions
This file was deleted.

send-notification-cli/src/vm/windows/setup-chocolatey.cmd

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)