Commit db96a79b authored by Ross Smith II's avatar Ross Smith II

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

parent a33aee13
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
FEATURES: 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` * **New provisioner:** `chef-client` - Provision using a the `chef-client`
command, which talks to a Chef Server. [GH-855] command, which talks to a Chef Server. [GH-855]
* **New provisioner:** `puppet-server` - Provision using Puppet by * **New provisioner:** `puppet-server` - Provision using Puppet by
......
package null package null
import ( import (
gossh "code.google.com/p/go.crypto/ssh" gossh "code.google.com/p/gosshold/ssh"
"fmt" "fmt"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/communicator/ssh" "github.com/mitchellh/packer/communicator/ssh"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment