summaryrefslogtreecommitdiff
path: root/scripts/packer.json
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2017-07-29 01:48:20 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2017-07-29 01:48:20 +0900
commit795546f923b900cb8dd6594972ab183e7447917b (patch)
tree4554863ef7f2c89017a9d43e68c4d25028f650ce /scripts/packer.json
parentbff1f61f47f228fbd8eae18586667779ccb27a31 (diff)
downloadvyos-build-795546f923b900cb8dd6594972ab183e7447917b.tar.gz
vyos-build-795546f923b900cb8dd6594972ab183e7447917b.zip
Fix packer.json
Diffstat (limited to 'scripts/packer.json')
-rw-r--r--scripts/packer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packer.json b/scripts/packer.json
index 39ab423b..30bd2fb7 100644
--- a/scripts/packer.json
+++ b/scripts/packer.json
@@ -102,7 +102,7 @@
"only": ["qemu-image"],
"vagrantfile_template": "scripts/Vagrantfile",
"output": "{{user `output_directory`}}/vagrant-libvirt/vyos_vagrant_libvirt.box",
- "keep_input_artifact": "true"
+ "keep_input_artifact": true
},
{
"type": "vagrant-cloud",