From 29f9d3921bc8f1f40d925e5e1ad689246ac11648 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 17 Jan 2017 14:06:28 -0800 Subject: [PATCH] Cookstyle fixes Signed-off-by: Tim Smith --- Rakefile | 2 +- attributes/default.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 293ccde..e0c18d2 100644 --- a/Rakefile +++ b/Rakefile @@ -21,7 +21,7 @@ namespace :style do FoodCritic::Rake::LintTask.new(:chef) do |t| t.options = { fail_tags: ['any'], - progress: true + progress: true, } end rescue LoadError diff --git a/attributes/default.rb b/attributes/default.rb index 2bdb340..7eb6844 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -135,7 +135,7 @@ default['postfix']['aliases'] = case node['platform'] 'manager' => 'root', 'dumper' => 'root', 'operator' => 'root', - 'abuse' => 'postmaster' + 'abuse' => 'postmaster', } else {}