Do not specify a default username or password
This commit is contained in:
parent
d7117560cf
commit
20643e35a8
|
@ -35,8 +35,8 @@ const (
|
||||||
|
|
||||||
LowRam = 256 // 256MB
|
LowRam = 256 // 256MB
|
||||||
|
|
||||||
DefaultUsername = "vagrant"
|
DefaultUsername = ""
|
||||||
DefaultPassword = "vagrant"
|
DefaultPassword = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
// Builder implements packer.Builder and builds the actual Hyperv
|
// Builder implements packer.Builder and builds the actual Hyperv
|
||||||
|
|
Loading…
Reference in New Issue