Skip to content

Commit

Permalink
Removing the sync folder option using rsync
Browse files Browse the repository at this point in the history
As it is not applicable on Virtualbox running on Windows

Fixes issue redhat-imaging#366

Signed-off-by: Lalatendu Mohanty <[email protected]>
  • Loading branch information
LalatenduMohanty committed Jul 4, 2016
1 parent b0a028b commit 6443c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagefactory_plugins/ovfcommon/ovfcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6443c02

Please sign in to comment.