parent
7574937c3f
commit
fbd765acc1
|
@ -48,7 +48,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
# Write the credentials file
|
# Write the credentials file
|
||||||
machine.communicate.sudo(<<-SCRIPT)
|
machine.communicate.sudo(<<-SCRIPT)
|
||||||
cat <<EOF >/etc/smb_creds_#{name}
|
cat <<"EOF" >/etc/smb_creds_#{name}
|
||||||
username=#{username}
|
username=#{username}
|
||||||
password=#{smb_password}
|
password=#{smb_password}
|
||||||
#{domain ? "domain=#{domain}" : ""}
|
#{domain ? "domain=#{domain}" : ""}
|
||||||
|
|
Loading…
Reference in New Issue