vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

Provisioners cannot get synced_folders they configure to work

Open chrisroberts opened this issue 2 years ago • 0 comments

Provisioner plugins get a Configure call where they are yielded the root_config and they expect to be able to call root_config.vm.synced_folder(…) on it and have that be reflected in the synced folder configuration on boot.

The puppet and chef-solo provisioners both rely on this behavior for their functionality.

chrisroberts avatar Aug 29 '22 21:08 chrisroberts