index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | vagrant.json | 24 |
diff --git a/vagrant.json b/vagrant.json index d8429b9..a52f144 100644 --- a/vagrant.json +++ b/vagrant.json @@ -6,7 +6,8 @@ "disk_size": "20480", "memory": "1024", "cpus": "2", - "headless": "false" + "headless": "true", + "atlas_token": "PLACEHOLDER" }, "builders": [ { @@ -133,6 +134,27 @@ "type": "vagrant", "keep_input_artifact": true, "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box" + }, + { + "type": "vagrant-cloud", + "only": ["virtualbox-iso"], + "access_token": "{{user `atlas_token`}}", + "box_tag": "archlinux/archlinux", + "version": "{{isotime \"2006.01.02\"}}" + }, + { + "type": "vagrant-cloud", + "only": ["qemu"], + "access_token": "{{user `atlas_token`}}", + "box_tag": "archlinux/archlinux", + "version": "{{isotime \"2006.01.02\"}}" + }, + { + "type": "vagrant-cloud", + "only": ["vmware-iso"], + "access_token": "{{user `atlas_token`}}", + "box_tag": "archlinux/archlinux", + "version": "{{isotime \"2006.01.02\"}}" } ] } |