Skip to content

Commit

Permalink
Fix the URL for the ISO in the VMWare builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jan 28, 2018
1 parent 737620e commit 01adf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misp.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

"disk_size": "{{user `disk_size`}}",

"iso_url": "http://releases.ubuntu.com/17.10/ubuntu-17.10-server-amd64.iso",
"iso_checksum": "af913c00296eb0cfece99b8a02ae6db035ae173ed240241e780c8d7db96914b1",
"iso_url": "http://releases.ubuntu.com/17.10/ubuntu-17.10.1-server-amd64.iso",
"iso_checksum": "8ff73f1b622276758475c3bd5190b382774626de5a82c50930519381f6c3a3f8",
"iso_checksum_type": "sha256",

"http_directory" : "preseeds",
Expand Down

0 comments on commit 01adf84

Please sign in to comment.