From 93672c2ff65d42ba0a1ae5d7d31be4bdeb053f2e Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Thu, 25 Aug 2016 13:51:56 -0400 Subject: [PATCH] Add vagrant build in the tar format as well. --- shibboleth-appliance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index 7e17656..a1203f8 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -63,6 +63,11 @@ "compression_level": "9", "output": "builds/{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar" }, + { + "type": "vagrant", + "compression_level": "9", + "output": "builds/{{user `outputfile_name`}}-vagrant-{{user `timestamper`}}.tar" + }, { "type": "vagrant", "compression_level": "9",