Skip to content

Instantly share code, notes, and snippets.

@jonasfj
Created June 24, 2014 00:43
Show Gist options
  • Save jonasfj/9ffba323105e7e6898a5 to your computer and use it in GitHub Desktop.
Save jonasfj/9ffba323105e7e6898a5 to your computer and use it in GitHub Desktop.
**vagrant file** commonly used for taskcluster...
Vagrant.configure("2") do |config|
config.vm.box = "taskcluster-dev-0.1.0"
config.vm.box_url = "https://s3.amazonaws.com/task-cluster-dev/0.1.0/taskcluster_dev.box"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment