Update provisioner.go
This commit is contained in:
parent
12c9959db2
commit
3fb7ddf509
@ -46,6 +46,13 @@ type ProvisionHook struct {
|
|||||||
// return
|
// return
|
||||||
var BuilderDataCommonKeys = []string{
|
var BuilderDataCommonKeys = []string{
|
||||||
"ID",
|
"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",
|
"Host",
|
||||||
"Port",
|
"Port",
|
||||||
"User",
|
"User",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user