Skip to content

Commit

Permalink
Merge pull request #66 from ddymko/ssh-communicator
Browse files Browse the repository at this point in the history
Use core ssh communicator
  • Loading branch information
ddymko authored Sep 23, 2020
2 parents 5a298d0 + 9cda613 commit ddf1948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
4 changes: 2 additions & 2 deletions vultr/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (ret
&stepCreateServer{client},
&communicator.StepConnect{
Config: &b.config.Comm,
Host: commHost,
SSHConfig: sshConfig,
Host: communicator.CommHost(b.config.Comm.Host(), "server_ip"),
SSHConfig: b.config.Comm.SSHConfigFunc(),
},
&common.StepProvision{},
&common.StepCleanupTempKeys{
Expand Down
63 changes: 0 additions & 63 deletions vultr/ssh.go

This file was deleted.

0 comments on commit ddf1948

Please # to comment.