Cookstyle fixes

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2017-01-17 14:06:28 -08:00
parent 4b1892f6a7
commit 29f9d3921b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -135,7 +135,7 @@ default['postfix']['aliases'] = case node['platform']
'manager' => 'root',
'dumper' => 'root',
'operator' => 'root',
'abuse' => 'postmaster'
'abuse' => 'postmaster',
}
else
{}