helper/communicator: allow docker custom communicator

pull/2641/merge
Mark Peek 11 years ago
parent 2306f4a4e4
commit 268ce81dd3

@ -65,7 +65,7 @@ func (c *Config) Prepare(ctx *interpolate.Context) []error {
if es := c.prepareWinRM(ctx); len(es) > 0 {
errs = append(errs, es...)
}
case "none":
case "docker", "none":
break
default:
return []error{fmt.Errorf("Communicator type %s is invalid", c.Type)}

Loading…
Cancel
Save