Commit 5dbffbca by Ben Patterson

Simple should match jenkins_worker config.

parent 45fcf797
...@@ -49,6 +49,9 @@ ...@@ -49,6 +49,9 @@
"inline": ["sudo apt-get -y install git-core"] "inline": ["sudo apt-get -y install git-core"]
}, { }, {
"type": "shell", "type": "shell",
"inline": ["sudo apt-get -y install libmysqlclient-dev"]
}, {
"type": "shell",
"inline": ["cd {{user `playbook_remote_dir`}}", "inline": ["cd {{user `playbook_remote_dir`}}",
"virtualenv packer-venv", "virtualenv packer-venv",
". packer-venv/bin/activate", ". packer-venv/bin/activate",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment