Update cookbooks

This commit is contained in:
Greg Karékinian
2016-04-16 00:15:56 +02:00
parent 3854ab7232
commit c50b096c37
127 changed files with 1792 additions and 7431 deletions

View File

@@ -0,0 +1,14 @@
source 'https://rubygems.org'
gem 'chef', '>= 11.12'
gem 'berkshelf', '~> 3.0'
group :test do
gem 'foodcritic', '~> 4.0'
gem 'strainer', '~> 3.1'
end
group :integration do
gem 'test-kitchen', '~> 1.0'
gem 'kitchen-vagrant', '~> 0.15'
end