X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/exim/attributes/default.rb diff --git a/cookbooks/exim/attributes/default.rb b/cookbooks/exim/attributes/default.rb index 9575f5185..77b8d8716 100644 --- a/cookbooks/exim/attributes/default.rb +++ b/cookbooks/exim/attributes/default.rb @@ -1,10 +1,10 @@ -default[:exim][:local_domains] = [ "localhost", "@" ] -default[:exim][:relay_to_domains] = [ ] -default[:exim][:relay_from_hosts] = [ "127.0.0.1", "::1" ] -default[:exim][:daemon_smtp_ports] = [ 25 ] -default[:exim][:trusted_users] = [ ] +default[:exim][:local_domains] = ["localhost", "@"] +default[:exim][:relay_to_domains] = [] +default[:exim][:relay_from_hosts] = ["127.0.0.1", "::1"] +default[:exim][:daemon_smtp_ports] = [25] +default[:exim][:trusted_users] = [] default[:exim][:smarthost_name] = nil default[:exim][:smarthost_via] = "mail.openstreetmap.org:26" default[:exim][:routes] = {} default[:exim][:aliases][:root] = "tomh" -default[:exim][:rewrites] = [ ] +default[:exim][:rewrites] = []