diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index 619e2da..0000000 --- a/Vagrantfile +++ /dev/null @@ -1,43 +0,0 @@ -# -*- mode: ruby -*- -# vi: set ft=ruby : - -Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') - -# Load ~/.VagrantFile if exist, permit local config provider -vagrantfile = File.join("#{Dir.home}", '.VagrantFile') -load File.expand_path(vagrantfile) if File.exists?(vagrantfile) - -Vagrant.configure('2') do |config| - config.vm.synced_folder "./", "/vagrant", type: "rsync", rsync__exclude: [ '.vagrant', '.git' ] - config.ssh.shell="/bin/sh" - - $deps = <