Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Update with some useful gems for interacting with the server and get …
Browse files Browse the repository at this point in the history
…rid of chef-solo
Sam Kottler committed Apr 20, 2014
1 parent 75262dd commit 2324ac7
Showing 7 changed files with 14 additions and 8 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
source 'https://rubygems.org'

gem 'berkshelf', '~> 2'
gem 'chef', '~> 10.18'
gem 'foodcritic', '~> 3.0'
gem 'fpm', '~> 0.3'
gem 'knife-solo', '~> 0.3'
gem 'rubocop', '~> 0.14'
gem 'berkshelf', '~> 2'
gem 'knife-cookbook-cleanup'
gem 'knife-ec2'
gem 'knife-spork'
gem 'rubocop', '~> 0.14'
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ GEM
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri (>= 1.4.0)
app_conf (0.4.2)
arr-pm (0.0.8)
cabin (> 0)
ast (1.1.0)
@@ -110,6 +111,7 @@ GEM
http_parser.rb (= 0.5.3)
gherkin (2.11.8)
multi_json (~> 1.3)
git (1.2.6)
gssapi (1.0.3)
ffi (>= 1.0.1)
gyoku (1.1.1)
@@ -124,14 +126,16 @@ GEM
i18n (0.6.9)
ipaddress (0.8.0)
json (1.7.7)
knife-cookbook-cleanup (0.1.1)
chef (> 0.10.10)
knife-ec2 (0.6.6)
chef (>= 0.10.10)
fog (~> 1.15.0)
knife-windows (>= 0.5.12)
knife-solo (0.4.0)
chef (>= 10.12)
erubis (~> 2.7.0)
net-ssh (>= 2.2.2, < 3.0)
knife-spork (1.2.2)
app_conf (>= 0.4.0)
chef (>= 0.10.4)
git (>= 1.2.5)
knife-windows (0.5.15)
em-winrm (~> 0.5, >= 0.5.4)
little-plugger (1.1.3)
@@ -248,6 +252,7 @@ DEPENDENCIES
chef (~> 10.18)
foodcritic (~> 3.0)
fpm (~> 0.3)
knife-cookbook-cleanup
knife-ec2
knife-solo (~> 0.3)
knife-spork
rubocop (~> 0.14)
Binary file added vendor/cache/app_conf-0.4.2.gem
Binary file not shown.
Binary file added vendor/cache/git-1.2.6.gem
Binary file not shown.
Binary file added vendor/cache/knife-cookbook-cleanup-0.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/knife-solo-0.4.0.gem
Binary file not shown.
Binary file added vendor/cache/knife-spork-1.2.2.gem
Binary file not shown.

0 comments on commit 2324ac7

Please sign in to comment.