use code.google.com/p/gosshold/ssh

This commit is contained in:
Ross Smith II 2014-04-21 08:18:19 -07:00
parent a33aee13d5
commit db96a79bf4
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
FEATURES:
* **New builder:** `null` - The null builder does not produce any
artifacts, but is useful for debugging provisioning scripts. [GH-970]
* **New provisioner:** `chef-client` - Provision using a the `chef-client`
command, which talks to a Chef Server. [GH-855]
* **New provisioner:** `puppet-server` - Provision using Puppet by

View File

@ -1,7 +1,7 @@
package null
import (
gossh "code.google.com/p/go.crypto/ssh"
gossh "code.google.com/p/gosshold/ssh"
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/communicator/ssh"