Update provisioner.go

This commit is contained in:
Adrien Delorme 2020-07-07 11:52:08 +02:00
parent 12c9959db2
commit 3fb7ddf509
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@ type ProvisionHook struct {
// return
var BuilderDataCommonKeys = []string{
"ID",
// The following correspond to communicator-agnostic functions that are }
// part of the SSH and WinRM communicator implementations. These functions
// are not part of the communicator interface, but are stored on the
// Communicator Config and return the appropriate values rather than
// depending on the actual communicator config values. E.g "Password"
// reprosents either WinRMPassword or SSHPassword, which makes this more
// useful if a template contains multiple builds.
"Host",
"Port",
"User",