Commit 967c6e4b authored by Francisco de Juan's avatar Francisco de Juan

removed and ignored vagrant files

parent 600e1f26
......@@ -32,3 +32,5 @@ doc/app
backup/smtp.yml
public/javascripts/piwik.js
public/piwik_log_urlpiwik.js
.vagrant/*
Vagrantfile
{"active":{"default":"1dfdc15b-f741-4045-a030-ee3ea6369ce8"}}
\ No newline at end of file
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "lucid32"
config.vm.host_name = "ohwr.local"
config.vm.boot_mode = :headless
#config.vm.boot_mode = :gui
config.vm.network :hostonly, "192.168.33.13"
config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment