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|
|
FoodCritic::Rake::LintTask.new(:chef) do |t|
|
||||||
t.options = {
|
t.options = {
|
||||||
fail_tags: ['any'],
|
fail_tags: ['any'],
|
||||||
progress: true
|
progress: true,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
|
@ -135,7 +135,7 @@ default['postfix']['aliases'] = case node['platform']
|
|||||||
'manager' => 'root',
|
'manager' => 'root',
|
||||||
'dumper' => 'root',
|
'dumper' => 'root',
|
||||||
'operator' => 'root',
|
'operator' => 'root',
|
||||||
'abuse' => 'postmaster'
|
'abuse' => 'postmaster',
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{}
|
{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user