Do not specify a default username or password

This commit is contained in:
Taliesin Sisson 2016-11-06 13:14:39 +00:00
parent d7117560cf
commit 20643e35a8
1 changed files with 2 additions and 2 deletions

View File

@ -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