File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Build 'virtualbox-iso' errored: ISO download failed.
32
32
```
33
33
34
34
* Run ` cd virtualbox `
35
- * Run ` vagrant box add ubuntu-14.04.5 -server-amd64-appserver_virtualbox.box --name devops-appserver `
35
+ * Run ` vagrant box add ubuntu-14.04.6 -server-amd64-appserver_virtualbox.box --name devops-appserver `
36
36
* Run ` vagrant up `
37
37
* Run ` vagrant ssh ` to connect to the server
38
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
3
"PACKER_OS_FLAVOUR" : " ubuntu" ,
4
- "PACKER_BOX_NAME" : " ubuntu-14.04.5 -server-amd64" ,
4
+ "PACKER_BOX_NAME" : " ubuntu-14.04.6 -server-amd64" ,
5
5
"AWS_ACCESS_KEY_ID" : " {{env `AWS_ACCESS_KEY_ID`}}" ,
6
6
"AWS_SECRET_ACCESS_KEY" : " {{env `AWS_SECRET_ACCESS_KEY`}}" ,
7
7
"DIGITALOCEAN_API_TOKEN" : " {{env `DIGITALOCEAN_API_TOKEN`}}"
39
39
"guest_additions_path" : " VBoxGuestAdditions_{{.Version}}.iso" ,
40
40
"guest_os_type" : " Ubuntu_64" ,
41
41
"http_directory" : " http" ,
42
- "iso_checksum" : " dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1 " ,
42
+ "iso_checksum" : " b17d7c1e9d0321ad5810ba77b69aef43f0f29a5422b08120e6ee0576c4527c0e " ,
43
43
"iso_checksum_type" : " sha256" ,
44
44
"iso_url" : " http://releases.ubuntu.com/trusty/{{ user `PACKER_BOX_NAME` }}.iso" ,
45
45
"shutdown_command" : " echo 'vagrant'|sudo -S shutdown -P now" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
3
"PACKER_OS_FLAVOUR" : " ubuntu" ,
4
- "PACKER_BOX_NAME" : " ubuntu-14.04.5 -server-amd64" ,
4
+ "PACKER_BOX_NAME" : " ubuntu-14.04.6 -server-amd64" ,
5
5
"AWS_ACCESS_KEY_ID" : " {{env `AWS_ACCESS_KEY_ID`}}" ,
6
6
"AWS_SECRET_ACCESS_KEY" : " {{env `AWS_SECRET_ACCESS_KEY`}}" ,
7
7
"DIGITALOCEAN_API_TOKEN" : " {{env `DIGITALOCEAN_API_TOKEN`}}"
39
39
"guest_additions_path" : " VBoxGuestAdditions_{{.Version}}.iso" ,
40
40
"guest_os_type" : " Ubuntu_64" ,
41
41
"http_directory" : " http" ,
42
- "iso_checksum" : " dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1 " ,
42
+ "iso_checksum" : " b17d7c1e9d0321ad5810ba77b69aef43f0f29a5422b08120e6ee0576c4527c0e " ,
43
43
"iso_checksum_type" : " sha256" ,
44
44
"iso_url" : " http://releases.ubuntu.com/trusty/{{ user `PACKER_BOX_NAME` }}.iso" ,
45
45
"shutdown_command" : " echo 'vagrant'|sudo -S shutdown -P now" ,
You can’t perform that action at this time.
0 commit comments