X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/068a4f9021d424f002e4b99afab327bc9611d304..97aac1724da5fd406b0be6c892f43a94e846e9b8:/roles/crm-staging.rb diff --git a/roles/crm-staging.rb b/roles/crm-staging.rb deleted file mode 100644 index 7fb9b469e..000000000 --- a/roles/crm-staging.rb +++ /dev/null @@ -1,43 +0,0 @@ -name "crm-staging" -description "Role applied to CRM staging server" - -default_attributes( - :accounts => { - :users => { - :stereo => { :status => :administrator } - } - }, - :exim => { - # :local_domains => ["join.osmfoundation.org"], - # :routes => { - # :join_return => { - # :comment => "return@join.osmfoundation.org", - # :domains => ["join.osmfoundation.org"], - # :local_parts => ["return"], - # :maildir => "/var/mail/crm-return", - # :user => "www-data", - # :group => "mail" - # }, - # :join_mail => { - # :comment => "mail@join.osmfoundation.org", - # :domains => ["join.osmfoundation.org"], - # :local_parts => ["mail"], - # :maildir => "/var/mail/crm-mail", - # :user => "www-data", - # :group => "mail" - # } - # }, - :trusted_users => ["www-data"] - }, - :mysql => { - :settings => { - :mysqld => { - :log_bin_trust_function_creators => 1 - } - } - } -) - -run_list( - "recipe[civicrm-staging]" -)