pull/4163/head
jasminSPC 10 years ago
parent 4bcba37f38
commit dc231f9600

@ -76,7 +76,6 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
if es := c.Comm.Prepare(&c.ctx); len(es) > 0 {
errs = packer.MultiErrorAppend(errs, es...)
}
c.Comm.SSHPort = 22
if errs != nil && len(errs.Errors) > 0 {
return nil, nil, errs

@ -35,7 +35,7 @@ builder.
- `image_name` (string) - Resulting image. If "image_name" is not provided Packer will generate it
- `timeout` (string) - An approximate limit on how long Packer will continue making status requests while waiting for the build to complete. Default value "600".
- `timeout` (int) - An approximate limit on how long Packer will continue making status requests while waiting for the build to complete. Default value "600".
- `url` (string) - Endpoint for the 1&1 REST API. Default URL "https://cloudpanel-api.1and1.com/v1"

Loading…
Cancel
Save