mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
Set disk_size as uint, not a string
This commit is contained in:
parent
096cf0b8ae
commit
aba5d1be01
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh<enter><wait5>",
|
||||
"/usr/bin/bash ./install.sh<enter>"
|
||||
],
|
||||
"disk_size": "20480",
|
||||
"disk_size": 20480,
|
||||
"ssh_username": "vagrant",
|
||||
"ssh_password": "vagrant",
|
||||
"shutdown_command": "systemctl poweroff"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue