diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-07-29 01:48:20 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-07-29 01:48:20 +0900 |
commit | 795546f923b900cb8dd6594972ab183e7447917b (patch) | |
tree | 4554863ef7f2c89017a9d43e68c4d25028f650ce /scripts/packer.json | |
parent | bff1f61f47f228fbd8eae18586667779ccb27a31 (diff) | |
download | vyos-build-795546f923b900cb8dd6594972ab183e7447917b.tar.gz vyos-build-795546f923b900cb8dd6594972ab183e7447917b.zip |
Fix packer.json
Diffstat (limited to 'scripts/packer.json')
-rw-r--r-- | scripts/packer.json | 2 |
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", |