Skip to content

Commit

Permalink
Change outfile format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent af3dc4a commit 514ac3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shibboleth-appliance-vbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"cpus": "2",
"ssh_username": "centos",
"ssh_password": "centos",
"region": "us-west-1"
"region": "us-west-1",
"outputfile_name": "shibboleth-appliance-centos7-vbox-{{timestamp}}.tar"
},
"provisioners": [
{
Expand Down Expand Up @@ -57,7 +58,7 @@
],
"post-processors": [
{
"output": "builds/shibboleth-appliance-centos7-vbox-{{timestamp}}.tar",
"output": "builds/{{user `outputfile_name`}}",
"type": "compress"
}
]
Expand Down

0 comments on commit 514ac3b

Please sign in to comment.