Skip to content

Instantly share code, notes, and snippets.

@dtenenba
Created January 21, 2016 23:03
Show Gist options
  • Save dtenenba/3a1460e18a81755820fd to your computer and use it in GitHub Desktop.
Save dtenenba/3a1460e18a81755820fd to your computer and use it in GitHub Desktop.
{
"variables": {
},
"builders": [{
"type": "virtualbox-ovf",
"source_path": "AndrewDyrga_default_1453408916495_90329.ova",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"shutdown_command": "sudo halt"
}],
"provisioners": [{
"type": "shell",
"inline": [
"touch ~/IchBinHier"
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment