Skip to content

Instantly share code, notes, and snippets.

@VMTrooper
Created March 14, 2016 20:42
Show Gist options
  • Save VMTrooper/0d19fcaba800f1cc5d63 to your computer and use it in GitHub Desktop.
Save VMTrooper/0d19fcaba800f1cc5d63 to your computer and use it in GitHub Desktop.
shell-local post-processor example template
{
"builders": [{
"type": "null",
"ssh_host": "127.0.0.1",
"ssh_username": "vagrant",
"ssh_password": "vagrant"
}],
"post-processors": [{
"type": "shell-local",
"inline": ["touch /home/vagrant/bar.txt"]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment