Skip to content
Snippets Groups Projects
Commit 0f064e93 authored by nimrod's avatar nimrod
Browse files

Add the useful Vagrant disksize plugin.

parent 9d005412
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ Documents/bin/cron-jobs
if command -v vagrant > /dev/null
then
echo Installing Vagrant plugins >&2
for plugin in landrush vagrant-gatling-rsync
for plugin in landrush vagrant-gatling-rsync vagrant-disksize
do
vagrant plugin list | grep -qw "$plugin" || vagrant plugin install "$plugin" || true
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment