vagrant
vagrant copied to clipboard
Provisioners cannot get synced_folders they configure to work
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.