rsync issues?

9 views
Skip to first unread message

drew ostrowski

unread,
Dec 19, 2016, 7:42:25 PM12/19/16
to Vagrant
been using vagrant for a second, but I found a really wierd little quirk.  not sure what is going on and hope someone can help


running bento/centos-68, using the standard rsync file config.vm.synced_folder ".", "/var/www/html", :mount_options => ["dmode=777", "fmode=666"]
when i change a file on my host machine, i can see the change on the virtual machine. good.
but when I pull the file from my browser the file isn't changed
I clear cache and even restart apache.  still no change
but if i reload vagrant.  it changes

VagrantFile

Vagrant.configure("2") do |config|

    config.vm.box = "bento/centos-6.8"
    config.vm.network "private_network", ip: "192.168.33.10"
    config.vm.hostname = "ladera"
    config.vm.synced_folder ".", "/var/www/html", :mount_options => ["dmode=777", "fmode=666"]
    config.vm.provision "shell", path: "provisions/php-web-server.sh"

end

drew ostrowski

unread,
Dec 19, 2016, 7:53:10 PM12/19/16
to Vagrant
I rock.  

EnableSendfile Off
Reply all
Reply to author
Forward
0 new messages