X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/afd343692a74c0b9c6fb82aeeb5f5c878ad3758e..1952990836d6687ed4030bb95ca5f9e535eaf61f:/cookbooks/switch2osm/recipes/default.rb diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 397a5815d..bc751a962 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -17,8 +17,6 @@ # limitations under the License. # -node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["osmfoundation"] - include_recipe "wordpress" passwords = data_bag_item("switch2osm", "passwords") @@ -27,8 +25,6 @@ wordpress_site "switch2osm.org" do aliases ["www.switch2osm.org", "switch2osm.com", "www.switch2osm.com"] directory "/srv/switch2osm.org" ssl_enabled true - ssl_certificate "osmfoundation" - ssl_certificate_chain "startcom" database_name "switch2osm-blog" database_user "switch2osm-user" database_password passwords["switch2osm-user"] @@ -79,6 +75,6 @@ template "/etc/cron.daily/switch2osm-backup" do source "backup.cron.erb" owner "root" group "root" - mode 0750 + mode 0o750 variables :passwords => passwords end