change default scaleway boottype to local

pull/9853/head
Rémy Léone 6 years ago
parent e3ac7de965
commit ecd1a49a35

@ -127,7 +127,7 @@ func (c *Config) Prepare(raws ...interface{}) ([]string, error) {
}
if c.BootType == "" {
c.BootType = "bootscript"
c.BootType = "local"
}
var errs *packer.MultiError

Loading…
Cancel
Save