]> git.openstreetmap.org Git - chef.git/blob - roles/crm.rb
35776f050c50c9294fe20cdd05c60402472d6a32
[chef.git] / roles / crm.rb
1 name "crm"
2 description "Role applied to CRM server"
3
4
5 default_attributes(
6   :exim => {
7     :local_domains => [ "crm.osmfoundation.org" ],
8     :routes => {
9       :crm => {
10         :comment => "crm.osmfoundation.org",
11         :domains => [ "crm.osmfoundation.org" ],
12         :maildir => "/var/mail/crm",
13         :user => "wordpress",
14         :group => "mail"
15       }
16     }
17   }
18 )
19
20 run_list(
21   "recipe[civicrm]"
22 )