diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b187f497..08b42c00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/builder/null/ssh.go b/builder/null/ssh.go index 97546a219..60f9b6cea 100644 --- a/builder/null/ssh.go +++ b/builder/null/ssh.go @@ -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"