From: Guilhem Lettron Date: Wed, 7 May 2014 09:22:25 +0000 (+0200) Subject: Fix foodcritic X-Git-Tag: v0.8.0~40^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=322c25702bca9a9f39c8f466eb419a31b4ad2849;p=ceph-cookbooks.git Fix foodcritic As we are using "lazy", we are only compatible with chef >= 11.6.0 --- diff --git a/Rakefile b/Rakefile index 9fe7e48..dae01d4 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,8 @@ namespace :style do FoodCritic::Rake::LintTask.new(:chef) do |t| t.options = { fail_tags: ['any'], - tags: ['~FC003'] + tags: ['~FC003'], + chef_version: '11.6.0' } end rescue LoadError