Skip to content

Commit

Permalink
vm/templates: fix windows.json for Packer 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 23, 2024
1 parent 38f2375 commit 3661fff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vagrant/ansible/roles/vm/files/templates/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"cpus": "{{ user `cpus` }}",
"memory": "{{ user `memory` }}",
"iso_url": "{{user `iso_url`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum": "{{user `iso_checksum_type`}}:{{user `iso_checksum`}}",
"headless": true,
"disk_compression": "true",
"skip_compaction": "false",
Expand Down Expand Up @@ -47,4 +46,4 @@
"winrm_username": "vagrant",
"winrm_password": "vagrant"
}
}
}

0 comments on commit 3661fff

Please sign in to comment.