remove ToolsIsoName

This commit is contained in:
Cécile MORANGE 2023-07-07 09:08:24 +02:00
parent 609ef7317e
commit 8ef30c26e4
No known key found for this signature in database
GPG Key ID: 7D0BB77551B490D9

View File

@ -76,10 +76,6 @@ func (c *CommonConfig) Prepare(ctx *interpolate.Context, pc *common.PackerConfig
c.RawBootWait = "5s"
}
if c.ToolsIsoName == "" {
c.ToolsIsoName = ""
}
if c.HTTPPortMin == 0 {
c.HTTPPortMin = 8000
}