Set disk_size as uint, not a string

This commit is contained in:
Aaron Bull Schaefer 2013-08-22 14:31:29 -07:00
parent 096cf0b8ae
commit aba5d1be01

View file

@ -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"