Created
October 14, 2014 18:13
-
-
Save mistermocha/95911f9c31892db7bf1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ec2-user@ip-XXXXXX chef]$ sudo gem uninstall chef | |
ERROR: While executing gem ... (Gem::InstallError) | |
cannot uninstall, check `gem list -d chef` | |
[ec2-user@ip-XXXXXX chef]$ sudo gem uninstall chef -v 12.0.0.alpha.2 | |
ERROR: While executing gem ... (Gem::InstallError) | |
cannot uninstall, check `gem list -d chef` | |
[ec2-user@ip-XXXXXX chef]$ gem list -d chef | |
*** LOCAL GEMS *** | |
chef (12.0.0.alpha.2, 11.16.4) | |
Author: Adam Jacob | |
Homepage: http://www.getchef.com | |
License: Apache-2.0 | |
Installed at (12.0.0.alpha.2): /home/ec2-user/.rvm/gems/ruby-1.9.3-p547 | |
(11.16.4): /home/ec2-user/.rvm/gems/ruby-1.9.3-p547 | |
A systems integration framework, built to bring the benefits of | |
configuration management to your entire infrastructure. | |
chef-zero (3.2, 2.2) | |
Author: John Keiser | |
Homepage: http://www.opscode.com | |
License: Apache 2.0 | |
Installed at (3.2): /home/ec2-user/.rvm/gems/ruby-1.9.3-p547 | |
(2.2): /home/ec2-user/.rvm/gems/ruby-1.9.3-p547 | |
Self-contained, easy-setup, fast-start in-memory Chef server for | |
testing and solo setup purposes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment