Cookstyle fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
4b1892f6a7
commit
29f9d3921b
2
Rakefile
2
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
|
||||
|
@ -135,7 +135,7 @@ default['postfix']['aliases'] = case node['platform']
|
||||
'manager' => 'root',
|
||||
'dumper' => 'root',
|
||||
'operator' => 'root',
|
||||
'abuse' => 'postmaster'
|
||||
'abuse' => 'postmaster',
|
||||
}
|
||||
else
|
||||
{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user