From 1894c1c7e41d39aa78e36508e6b4a9be291c6c77 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Fri, 30 Sep 2016 15:59:29 -0400 Subject: [PATCH] Refactor shibboleth appliance build for more robust appliance name. --- shibboleth-appliance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index 2343099..0f4d60a 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -61,7 +61,7 @@ { "type": "vmware-iso", "name": "{{user `outputfile_name`}}-vmx", - "vm_name": "shibboleth-appliance-centos7-{{user `profile`}}", + "vm_name": "{{user `outputfile_name`}}-{{user `profile`}}", "headless": true, "guest_os_type": "RedHat", "disk_size": "{{user `disk_size`}}",