Skip to content

Commit

Permalink
Updating grouper appliance name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 30, 2016
1 parent ba797ba commit 66fc2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grouper-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ssh_password": "centos",
"region": "us-west-1",
"timestamper": "{{timestamp}}",
"outputfile_name": "shibboleth-appliance-centos7"
"outputfile_name": "grouper-appliance-centos7"
},
"provisioners": [
{
Expand All @@ -33,8 +33,8 @@
"builders": [
{
"type": "virtualbox-iso",
"name": "shibboleth-appliance-centos7",
"vm_name": "shibboleth-appliance-centos7-{{user `profile`}}",
"name": "grouper-appliance-centos7",
"vm_name": "grouper-appliance-centos7-{{user `profile`}}",
"headless": true,
"guest_os_type": "RedHat_64",
"disk_size": "{{user `disk_size`}}",
Expand Down

0 comments on commit 66fc2a7

Please sign in to comment.