diff --git a/imagefactory_plugins/ovfcommon/ovfcommon.py b/imagefactory_plugins/ovfcommon/ovfcommon.py index 9ba9142d..7642ae86 100644 --- a/imagefactory_plugins/ovfcommon/ovfcommon.py +++ b/imagefactory_plugins/ovfcommon/ovfcommon.py @@ -1247,7 +1247,7 @@ def sync(self): vagrantfile = '''Vagrant.configure("2") do |config| config.vm.base_mac = "%s" - config.vm.synced_folder ".", "%s", type: "rsync" + config.vm.synced_folder ".", "/vagrant", disabled: true end ''' % (self.mac_addr, self.vagrant_sync_directory) vagrantfile_path = os.path.join(self.path, "Vagrantfile")