php-intl
]
+apache_module "rewrite"
+
cache_dir = Chef::Config[:file_cache_path]
passwords = data_bag_item("civicrm", "passwords")
permissions "civicrm@localhost" => :all
end
-ssl_certificate "join.osmfoundation.org" do
- domains [ "join.osmfoundation.org", "crm.osmfoundation.org",
- "supporting.osmfoundation.org", "support.osmfoundation.org",
- "support.openstreetmap.org", "supporting.osm.org",
- "support.osm.org"]
- notifies :reload, "service[apache2]"
-end
-
-apache_site "join.osmfoundation.org" do
- template "apache.erb"
-end
-
wordpress_site "supporting.openstreetmap.org" do
- # Do not add extra aliases as this causes issues with civicrm PHP sessions
- aliases ["supporting.openstreetmap.org"]
+ aliases %w[
+ crm.osmfoundation.org
+ donate.openstreetmap.org
+ donate.openstreetmap.com
+ donate.openstreetmap.net
+ donate.osm.org
+ join.osmfoundation.org
+ supporting.osmfoundation.org
+ support.osmfoundation.org
+ support.openstreetmap.org
+ supporting.osm.org
+ support.osm.org
+ ]
database_name "civicrm"
database_user "civicrm"
database_password database_password
repository "https://github.com/osmfoundation/osmblog-wp-theme.git"
end
+wordpress_plugin "civicrm-wp-piwik" do
+ plugin "wp-piwik"
+ site "supporting.openstreetmap.org"
+end
+
wordpress_plugin "registration-honeypot" do
site "supporting.openstreetmap.org"
end
execute "/opt/civicrm-#{civicrm_version}/civicrm" do
action :nothing
- command "rsync --archive --delete /opt/civicrm-#{civicrm_version}/civicrm/ #{civicrm_directory}"
+ command "rsync --archive --delete --delete-delay --delay-updates /opt/civicrm-#{civicrm_version}/civicrm/ #{civicrm_directory}"
user "wordpress"
group "wordpress"
subscribes :run, "archive_file[#{cache_dir}/civicrm-#{civicrm_version}-wordpress.zip]", :immediately