diff --git a/post-processor/vagrant/parallels.go b/post-processor/vagrant/parallels.go index f5c291490..a6ee26b95 100644 --- a/post-processor/vagrant/parallels.go +++ b/post-processor/vagrant/parallels.go @@ -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 -`