From aba5d1be013b3563ee1e643b539fcba48222c57a Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Thu, 22 Aug 2013 14:31:29 -0700 Subject: [PATCH] Set disk_size as uint, not a string --- arch-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-template.json b/arch-template.json index f75222f..15f5578 100644 --- a/arch-template.json +++ b/arch-template.json @@ -11,7 +11,7 @@ "/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh", "/usr/bin/bash ./install.sh" ], - "disk_size": "20480", + "disk_size": 20480, "ssh_username": "vagrant", "ssh_password": "vagrant", "shutdown_command": "systemctl poweroff"