Fix several rubocop errors.
Deleted extra blank space, used 2 spaces instead of 3, use parens instead of curly braces
This commit is contained in:
parent
fbabeca141
commit
ea93c2b0a5
@ -113,7 +113,6 @@ end
|
|||||||
# Master.cf attributes
|
# Master.cf attributes
|
||||||
default['postfix']['master']['submission'] = false
|
default['postfix']['master']['submission'] = false
|
||||||
|
|
||||||
|
|
||||||
# OS Aliases
|
# OS Aliases
|
||||||
case node['platform']
|
case node['platform']
|
||||||
when 'freebsd'
|
when 'freebsd'
|
||||||
|
|||||||
@ -110,7 +110,7 @@ unless node['postfix']['smtp_generic_map_entries'].empty?
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
%w{main master}.each do |cfg|
|
%w( main master ).each do |cfg|
|
||||||
template "#{node['postfix']['conf_dir']}/#{cfg}.cf" do
|
template "#{node['postfix']['conf_dir']}/#{cfg}.cf" do
|
||||||
source "#{cfg}.cf.erb"
|
source "#{cfg}.cf.erb"
|
||||||
owner 'root'
|
owner 'root'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user