summaryrefslogtreecommitdiff
path: root/vagrant.json
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant.json')
-rw-r--r--vagrant.json24
1 files changed, 23 insertions, 1 deletions
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\"}}"
}
]
}