{ "builders": [{ "type": "virtualbox-ovf", "source_path": "debian7.ovf", "ssh_username": "root", "ssh_password": "123456", "ssh_wait_timeout": "30s", "shutdown_command": "echo 'Fertig' | sudo -S shutdown -h now" }], "provisioners": [{ "type": "shell", "inline": [ "sleep 30", "sudo apt-get update", "sudo apt-get install -y sqlite3" ] }] }