Merge pull request #1556 from legal90/postproc-vagrant-parallels

post-processor/parallels: Removed unnecessary filling the Vagranfile
This commit is contained in:
Mitchell Hashimoto 2014-10-14 15:42:29 -07:00
commit 04950d9e40
1 changed files with 0 additions and 8 deletions

View File

@ -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 return
} }
var parallelsVagrantfile = `
Vagrant.configure("2") do |config|
end
`