permissions "civicrm@localhost" => :all
end
-wordpress_site "crm.osmfoundation.org" do
+wordpress_site "join.osmfoundation.org" do
+ aliases "crm.osmfoundation.org"
ssl_enabled true
database_name "civicrm"
database_user "civicrm"
end
wordpress_theme "osmblog-wp-theme" do
- site "crm.osmfoundation.org"
+ site "join.osmfoundation.org"
repository "git://github.com/harry-wood/osmblog-wp-theme.git"
end
wordpress_plugin "registration-honeypot" do
- site "crm.osmfoundation.org"
+ site "join.osmfoundation.org"
end
civicrm_version = node[:civicrm][:version]
-civicrm_directory = "/srv/crm.osmfoundation.org/wp-content/plugins/civicrm"
+civicrm_directory = "/srv/join.osmfoundation.org/wp-content/plugins/civicrm"
directory "/opt/civicrm-#{civicrm_version}" do
owner "wordpress"
subscribes :run, "execute[/var/cache/chef/civicrm-#{civicrm_version}-l10n.tar.gz]", :immediately
end
-directory "/srv/crm.osmfoundation.org/wp-content/plugins/files" do
+directory "/srv/join.osmfoundation.org/wp-content/plugins/files" do
owner "www-data"
group "www-data"
mode 0755
line.gsub!(/%%dbHost%%/, "localhost")
line.gsub!(/%%dbName%%/, "civicrm")
line.gsub!(/%%crmRoot%%/, "#{civicrm_directory}/civicrm/")
- line.gsub!(/%%templateCompileDir%%/, "/srv/crm.osmfoundation.org/wp-content/plugins/files/civicrm/templates_c/")
- line.gsub!(/%%baseURL%%/, "http://crm.osmfoundation.org/")
+ line.gsub!(/%%templateCompileDir%%/, "/srv/join.osmfoundation.org/wp-content/plugins/files/civicrm/templates_c/")
+ line.gsub!(/%%baseURL%%/, "http://join.osmfoundation.org/")
line.gsub!(/%%siteKey%%/, site_key)
line
mkdir $T/osmf-crm-$D
mysqldump --user=civicrm --password=<%= @passwords["database"] %> --opt --skip-lock-tables civicrm > $T/osmf-crm-$D/civicrm.sql
-ln -s /srv/crm.osmfoundation.org $T/osmf-crm-$D/www
+ln -s /srv/join.osmfoundation.org $T/osmf-crm-$D/www
export GZIP="--rsyncable -9"
export RSYNC_RSH="ssh -ax -c arcfour"
MAILTO=jonobennett+civicrm@gmail.com
-*/15 * * * * www-data php <%= @directory %>/civicrm/bin/cli.php -s crm.osmfoundation.org -u batch -p "<%= @passwords["batch"] %>" -e Job -a execute
+*/15 * * * * www-data php <%= @directory %>/civicrm/bin/cli.php -s join.osmfoundation.org -u batch -p "<%= @passwords["batch"] %>" -e Job -a execute
default_attributes(
:exim => {
- :local_domains => ["crm.osmfoundation.org"],
+ :local_domains => ["join.osmfoundation.org"],
:routes => {
- :crm_return => {
- :comment => "return@crm.osmfoundation.org",
- :domains => ["crm.osmfoundation.org"],
+ :join_return => {
+ :comment => "return@join.osmfoundation.org",
+ :domains => ["join.osmfoundation.org"],
:local_parts => ["return"],
:maildir => "/var/mail/crm-return",
:user => "www-data",
:group => "mail"
},
- :crm_mail => {
- :comment => "mail@crm.osmfoundation.org",
- :domains => ["crm.osmfoundation.org"],
+ :join_mail => {
+ :comment => "mail@join.osmfoundation.org",
+ :domains => ["join.osmfoundation.org"],
:local_parts => ["mail"],
:maildir => "/var/mail/crm-mail",
:user => "www-data",
:domains => ["tickets.openstreetmap.org"],
:host => "ridley.ucl.openstreetmap.org"
},
- :crm => {
- :comment => "crm.osmfoundation.org",
- :domains => ["crm.osmfoundation.org"],
+ :join => {
+ :comment => "join.osmfoundation.org",
+ :domains => ["join.osmfoundation.org"],
:host => "ridley.ucl.openstreetmap.org"
}
},