Update logrotate cookbook

This commit is contained in:
Greg Karékinian
2017-05-02 11:58:32 +02:00
parent 180b3f5df0
commit ccbf11a407
23 changed files with 679 additions and 506 deletions

View File

@@ -1,9 +1,11 @@
source 'https://rubygems.org'
gem 'chefspec', '~> 4.0'
gem 'foodcritic', '~> 4.0'
gem 'rubocop', '~> 0.12'
source "https://rubygems.org"
gem "berkshelf", "~> 4.0"
gem "chefspec", "~> 4.0"
gem "foodcritic", "~> 6.0"
gem "chefstyle", github: "chef/chefstyle"
group :integration do
gem 'test-kitchen', '~> 1.0'
gem 'kitchen-vagrant', '~> 0.11'
gem "test-kitchen", "~> 1.0"
gem "kitchen-vagrant", "~> 0.11"
end