Commit 88823716 by stu

copy github.txt onto target machine

parent cd643579
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
"source": "../../requirements.txt", "source": "../../requirements.txt",
"destination": "{{user `playbook_remote_dir`}}/requirements.txt" "destination": "{{user `playbook_remote_dir`}}/requirements.txt"
}, { }, {
"type": "file",
"source": "../../github.txt",
"destination": "{{user `playbook_remote_dir`}}/github.txt"
}, {
"type": "shell", "type": "shell",
"inline": ["cd {{user `playbook_remote_dir`}}", "inline": ["cd {{user `playbook_remote_dir`}}",
"virtualenv packer-venv", "virtualenv packer-venv",
......
...@@ -44,6 +44,10 @@ ...@@ -44,6 +44,10 @@
"source": "../../requirements.txt", "source": "../../requirements.txt",
"destination": "{{user `playbook_remote_dir`}}/requirements.txt" "destination": "{{user `playbook_remote_dir`}}/requirements.txt"
}, { }, {
"type": "file",
"source": "../../github.txt",
"destination": "{{user `playbook_remote_dir`}}/github.txt"
}, {
"type": "shell", "type": "shell",
"inline": ["sudo add-apt-repository ppa:git-core/ppa -y"] "inline": ["sudo add-apt-repository ppa:git-core/ppa -y"]
}, { }, {
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
"source": "../../requirements.txt", "source": "../../requirements.txt",
"destination": "{{user `playbook_remote_dir`}}/requirements.txt" "destination": "{{user `playbook_remote_dir`}}/requirements.txt"
}, { }, {
"type": "file",
"source": "../../github.txt",
"destination": "{{user `playbook_remote_dir`}}/github.txt"
}, {
"type": "shell", "type": "shell",
"inline": ["sudo add-apt-repository ppa:git-core/ppa -y"] "inline": ["sudo add-apt-repository ppa:git-core/ppa -y"]
}, { }, {
......
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
"source": "../../requirements.txt", "source": "../../requirements.txt",
"destination": "{{user `playbook_remote_dir`}}/requirements.txt" "destination": "{{user `playbook_remote_dir`}}/requirements.txt"
}, { }, {
"type": "file",
"source": "../../github.txt",
"destination": "{{user `playbook_remote_dir`}}/github.txt"
}, {
"type": "shell", "type": "shell",
"inline": ["sudo add-apt-repository ppa:git-core/ppa -y"] "inline": ["sudo add-apt-repository ppa:git-core/ppa -y"]
}, { }, {
......
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