summaryrefslogtreecommitdiff
path: root/vagrant.json
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 03:48:32 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 03:48:32 +0200
commitd66e395b767783511c9601ae37916782102f5131 (patch)
treedb3e9dbc392de0146bbf6271e6274bf44dce94a7 /vagrant.json
parentbcf2d367fe50ab0e8911f8dd40e9a432b81a3be6 (diff)
downloadarch-boxes32-d66e395b767783511c9601ae37916782102f5131.tar.xz
changed vagrant.json
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}}'"
}