fnichol / knife-server

A Chef Knife plugin to manage Chef Servers. Bootstrap a new Chef Server on Amazon's EC2, Digital Ocean, Linode, OpenStack or a standalone server. Backup and restore your Chef Server or Hosted Chef's node, role, data bag, and environment JSON data.
http://fnichol.github.com/knife-server
Apache License 2.0
158 stars 34 forks source link

Chef::Knife::Ssh isn't required by Chef::Knife::Bootstrap in 10.12.0 #24

Closed erikh closed 11 years ago

erikh commented 11 years ago

Found this while testing chef workflow stuff. Just needs a require statement to smooth things over.

I'll patch it tomorrow.

erikh commented 11 years ago

sorry, this was operator error on my behalf.