mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 09:44:01 -04:00
Merge pull request #1556 from legal90/postproc-vagrant-parallels
post-processor/parallels: Removed unnecessary filling the Vagranfile
This commit is contained in:
@@ -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
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user