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

This commit is contained in:
Mikhail Zholobov 2014-10-04 14:01:31 +04:00
parent 2aa5a1988b
commit 7b50de33da
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
}
var parallelsVagrantfile = `
Vagrant.configure("2") do |config|
end
`