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

Redhat fixes #21

Closed erikh closed 11 years ago

erikh commented 11 years ago

This is a continuation of #20 that resolves a few issues with the bootstrap script.

I'll be merging this into a bigger branch where I do the auto stuff, but this is nice and compartmentalized.

/cc @danryan /cc @fnichol

erikh commented 11 years ago

The last commit adds gem update --system, which was the fix for some vagrant boxes I found in the wild that had rubygems 1.3.7 on them which has trouble with pessimistic versioning.