Skip to content

Commit 21a6666

Browse files
committed
disable synced folder, takes time, we don't use it
1 parent e818ec0 commit 21a6666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DOMAIN = ENV.fetch('VAGRANT_DOMAIN', 'example.com'.freeze)
22

33
Vagrant.configure("2") do |config|
4-
config.vm.synced_folder ".", "/vagrant"
4+
config.vm.synced_folder ".", "/vagrant", disabled: true
55

66
config.vm.provision("etc_hosts", type: 'ansible') do |ansible|
77
ansible.playbook = "development/playbooks/etc_host.yml"

0 commit comments

Comments
 (0)