# File lib/vagrant-libvirt/action/share_folders.rb, line 56 def create_metadata @env[:ui].info I18n.t('vagrant.actions.vm.share_folders.creating') folders = [] shared_folders.each do |id, data| folders << { name: id, hostpath: File.expand_path(data[:hostpath], @env[:root_path]), transient: data[:transient] } end end