diff --git a/Vagrantfile b/Vagrantfile index 38d766186e8d4a8e75e1086b857226d0c79b0553..0efc104428dc27ada7eb628b04ce50ed115bff78 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -43,7 +43,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| core.hostsupdater.aliases = ["example.dev"] core.vm.network :private_network, ip: "#{BASE_IP_ADDR}.#{i+1}" core.vm.synced_folder ".", "/data/infrastructure", id: "coreos-infrastructure", :nfs => true, :mount_options => ['nolock,vers=3,udp'] - core.vm.synced_folder "/data/per-user", "/data/per-user", id: "coreos-per-user", :nfs => true, :mount_options => ['nolock,vers=3,udp'] core.vm.provision :file, source: "./config/user-data", destination: "/tmp/vagrantfile-user-data" core.vm.provision :shell, path: "./scripts/setup.sh" core.vm.provision :shell, inline: "etcdctl set /services/default '{\"app\":\"nginx\", \"hostname\":\"#{HOSTNAME}\"}'"