]> git.openstreetmap.org Git - chef.git/blob - roles/lists.rb
Fix typo in local domain configuration for mailman
[chef.git] / roles / lists.rb
1 name "lists"
2 description "Role applied to all mailing list servers"
3
4 default_attributes(
5   :exim => {
6     :aliases => {
7       "mailman-loop" => "/dev/null"
8     },
9     :local_domains => [
10       "openstreetmap.org"
11     ]
12   }
13 )
14
15 run_list(
16   "recipe[mailman]"
17 )