summaryrefslogtreecommitdiff
path: root/vagrant.json
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant.json')
-rw-r--r--vagrant.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/vagrant.json b/vagrant.json
index cfb52d8..51e88be 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -44,9 +44,8 @@
{
"type": "shell",
"scripts": [
- "scripts/postinstall.sh",
- "scripts/virtualbox.sh",
- "scripts/zerodisk.sh"
+ "provision/virtualbox.sh",
+ "provision/cleanup.sh"
],
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'"
}