X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8853d81b9b39f284d824431c9715a309cf759d31..a8942b825af38bee6da538a5a64dcce91c42341a:/cookbooks/exim/metadata.rb diff --git a/cookbooks/exim/metadata.rb b/cookbooks/exim/metadata.rb index 51c2f9b93..df68d4568 100644 --- a/cookbooks/exim/metadata.rb +++ b/cookbooks/exim/metadata.rb @@ -3,7 +3,7 @@ maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" license "Apache 2.0" description "Installs and configures exim" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) +long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.0.0" depends "networking" @@ -15,27 +15,27 @@ attribute "exim", attribute "exim/local_domains", :display_name => "Domains to Handle Locally", :description => "List of domains we are prepared to accept mail for", - :default => [ "@" ] + :default => ["@"] attribute "exim/relay_to_domains", :display_name => "Domains to Relay To", :description => "List of domains we are prepared to relay to", - :default => [ ] + :default => [] attribute "exim/relay_from_hosts", :display_name => "Hosts to Relay From", :description => "List of hosts we are prepared to relay from", - :default => [ "127.0.0.1", "::1" ] + :default => ["127.0.0.1", "::1"] attribute "exim/daemon_smtp_ports", :display_name => "Ports to Listen On", :description => "List of ports we will listen on", - :default => [ 25 ] + :default => [25] attribute "exim/trusted_users", :display_name => "Trusted Users", :description => "List of users we will trust", - :default => [ ] + :default => [] attribute "exim/smarthost_name", :display_name => "Smarthost Name", @@ -50,9 +50,9 @@ attribute "exim/smarthost_via", attribute "exim/routes", :display_name => "Custom Routes", :description => "Custom routes for handling local mail", - :default => { } + :default => {} attribute "exim/aliases", :display_name => "Mail Aliases", :description => "Mail aliases", - :default => { } + :default => {}