Skip to content

Commit

Permalink
Backing off user variables in name, pending hashicorp/packer#296.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Sep 20, 2013
1 parent 47efe46 commit 9e1d86d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ubuntu-10.04/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"builders": [
{
"name": "{{user `name_prefix`}}{{user `platform`}}_virtualbox",
"name": "bento-ubuntu-10.04_virtualbox",
"type": "virtualbox",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -79,7 +79,7 @@
]
},
{
"name": "{{user `name_prefix`}}{{user `platform`}}_vmware",
"name": "bento-ubuntu-10.04_vmware",
"type": "vmware",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -129,7 +129,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.BuildName}}_{{timestamp}}.box"
"output": "../builds/{{.BuildName}}.box"
}
]
}
6 changes: 3 additions & 3 deletions ubuntu-12.04/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"builders": [
{
"name": "{{user `name_prefix`}}{{user `platform`}}_virtualbox",
"name": "bento-ubuntu-12.04_virtualbox",
"type": "virtualbox",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -79,7 +79,7 @@
]
},
{
"name": "{{user `name_prefix`}}{{user `platform`}}_vmware",
"name": "bento-ubuntu-12.04_vmware",
"type": "vmware",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -129,7 +129,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.BuildName}}_{{timestamp}}.box"
"output": "../builds/{{.BuildName}}.box"
}
]
}

0 comments on commit 9e1d86d

Please sign in to comment.