Vagrant.configure('2') do |config|
  config.vm.provider('virtualbox') do |vbox, override|
    override.vm.synced_folder(
      './xxx',
      '/vagrant',
      :type => 'smb',
      :smb_username => 'uname',
      :smb_password => 'myPass'
    )
  end
end


On Monday, April 21, 2014 7:55:47 PM UTC-4, Eric Hexter wrote:
>
> I cannot figure out how to set the smb_username and smb_password  for smb 
> shares.. can someone shed some light on the syntax of setting these values?
>
> http://docs.vagrantup.com/v2/synced-folders/smb.html
>
>
>

-- 
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.

Reply via email to