Created
January 21, 2016 23:03
-
-
Save dtenenba/3a1460e18a81755820fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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