On Tue, Apr 7, 2015 at 4:42 AM, Colja Carls <[email protected]> wrote: > /var/www
Hello, If what you want is share /var/www from the linux host, i think this is very easy. Do it by hand, that is, write down the packages you install and edit /etc/smb.conf Then, put a copy in /vagrant When all this is in place, you can use a shell provisioner to install packages and copy this pre-cook smb.conf file What's the base box you are using? on the Vagrantfile is a line that is like config.vm.box = .... Alvaro. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
