Skip to content

Commit

Permalink
tweak post-processors in template.json to fix missing metadata.json e…
Browse files Browse the repository at this point in the history
…rror - see hashicorp/packer#2090
  • Loading branch information
dspeckhard committed Dec 30, 2015
1 parent 26db68f commit 9cbc53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dep.sh
Expand Up @@ -33,7 +33,7 @@ chown -R tomcat8 /var/bimserver #Give the appropriate rights to the tomcat8 user
cd /opt
wget -nv http://www.eu.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.zip -O tomcat8.zip
# * you can install and config tomcat8 using deployer
unzip tomcat8.zip
unzip -q tomcat8.zip
rm tomcat8.zip
mv apache-tomcat-8.0.30 tomcat8
chmod +x /opt/tomcat8/bin/*.sh
Expand Down
3 changes: 2 additions & 1 deletion template.json
Expand Up @@ -56,7 +56,7 @@
}
],
"post-processors": [
{
[{
"type": "vagrant",
"keep_input_artifact": false
},
Expand All @@ -71,4 +71,5 @@
}
}
]
]
}

0 comments on commit 9cbc53e

Please sign in to comment.