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
|
||||
|
||||
DefaultUsername = "vagrant"
|
||||
DefaultPassword = "vagrant"
|
||||
DefaultUsername = ""
|
||||
DefaultPassword = ""
|
||||
)
|
||||
|
||||
// Builder implements packer.Builder and builds the actual Hyperv
|
||||
|
|
Loading…
Reference in New Issue