mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
Do not specify a default username or password
This commit is contained in:
parent
d7117560cf
commit
20643e35a8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue