Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Commit

Permalink
* Fix metadata.son issue. (See also: hashicorp/packer#2090 )
Browse files Browse the repository at this point in the history
  • Loading branch information
zealic committed Jun 6, 2015
1 parent 7a15f12 commit 31f86e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packer/centos-7-docker.json
Expand Up @@ -65,7 +65,7 @@
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'"
}
],
"post-processors": [
"post-processors": [[
{
"type": "vagrant",
"keep_input_artifact": false
Expand All @@ -75,11 +75,12 @@
"artifact": "zealic/centos-7-docker",
"artifact_type": "vagrant.box",
"metadata": {
"created_at": "{{timestamp}}",
"provider": "virtualbox",
"version": "0.2"
"version": "0.4.0"
}
}
],
]],
"push": {
"name": "zealic/centos-7-docker",
"exclude": [".*", "*.json", "*.box", "output-*", "packer_cache", "Vagrantfile"]
Expand Down

0 comments on commit 31f86e3

Please sign in to comment.