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

pull/1556/head
Mikhail Zholobov 12 years ago
parent 2aa5a1988b
commit 7b50de33da

@ -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
`

Loading…
Cancel
Save