Boa tarde, Estou tentando fazer a aula do provisionamento com vagrant e puppet na AWS porém apresenta erro de "SMB shared folders". No Mac OS eu já fui nas preferências e habilitei o File Sharing, no vagrant adicionei a seguinte linha:
config.vm.synced_folder ".", "/vagrant", type: "smb"
log do vagrant:
Bringing machine 'web' up with 'aws' provider...
==> web: Preparing SMB shared folders...
web: You will be asked for the username and password to use for the SMB
web: folders shortly. Please use the proper username/password of your
web: account.
web:
web: Username:
Erro:
Exporting an SMB share failed! Details about the failure are shown
below. Please inspect the error message and correct any problems.
Host path: caminho está ok.
Stderr: sharing: unable to create share point 'vgt-8a94...a2e6e5'
Caso precisem de mais informações me avisem.