Created
May 25, 2013 19:12
-
-
Save shinyay/5650379 to your computer and use it in GitHub Desktop.
My Gemfile for using chef is as described below. The point is that I use knife-solo.
This file contains hidden or 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
| source "https://rubygems.org" | |
| gem 'chef' | |
| gem 'knife-solo', '0.3.0.pre3' | |
| gem 'knife-solo_data_bag' | |
| gem 'berkshelf' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment