sciurus / vagrant-mutate

Convert vagrant boxes to work with different providers
MIT License
281 stars 41 forks source link

Feature: allow url to be vagrant box type ubuntu/xenial64 #94

Open bjne opened 8 years ago

bjne commented 8 years ago

Downloading boxes from a script is a bit of a hazzle now:

xenial=$(wget https://atlas.hashicorp.com/ubuntu/boxes/xenial64.json -O-|json_pp|grep '"url"'|head -1|cut -f4 -d\") vagrant mutate $xenial libvirt

Would be nice if you could support vagrant box type urls