index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | vagrant.json | 5 |
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}}'" } |