From 88f9bcb1b57ac59623c75ef6ae15ae7a5600f719 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 12 May 2017 15:22:57 -0400 Subject: [PATCH] Update grouper-appliance.json --- grouper-appliance.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grouper-appliance.json b/grouper-appliance.json index 0466025..8eaee53 100644 --- a/grouper-appliance.json +++ b/grouper-appliance.json @@ -66,7 +66,7 @@ { "type": "vmware-iso", "name": "grouper-appliance-centos7-vmware", - "vm_name": "{{user `outputfile_name`}}-{{user `profile`}}", + "vm_name": "grouper-appliance-centos7-vmware-{{user `profile`}}", "headless": true, "guest_os_type": "RedHat", "disk_size": "{{user `disk_size`}}", @@ -95,13 +95,13 @@ "type": "compress", "only": ["grouper-appliance-centos7"], "compression_level": "9", - "output": "builds/{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar" + "output": "builds/TIER-{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar" }, { "type": "compress", "only": ["grouper-appliance-centos7-vmware"], "compression_level": "9", - "output": "builds/{{user `outputfile_name`}}-vmware-{{user `timestamper`}}.tar" + "output": "builds/TIER-{{user `outputfile_name`}}-vmware-{{user `timestamper`}}.tar" }, { "type": "amazon-import",