Commit 7b50de33 authored by Mikhail Zholobov's avatar Mikhail Zholobov

post-processor/vagrant/parallels: Removed unnecessary filling the Vagrantfile

parent 2aa5a198
......@@ -54,13 +54,5 @@ func (p *ParallelsProvider) Process(ui packer.Ui, artifact packer.Artifact, dir
}
}
// Create the Vagrantfile from the template
vagrantfile = fmt.Sprintf(parallelsVagrantfile)
return
}
var parallelsVagrantfile = `
Vagrant.configure("2") do |config|
end
`
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment