X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5b4f815f6cd8433be1d66b8376b71452f974b225..f1be9b31bb948deaf5b68e3a918fb4e24bb39895:/cookbooks/blog/recipes/default.rb diff --git a/cookbooks/blog/recipes/default.rb b/cookbooks/blog/recipes/default.rb index dbfcb4755..2d234cb48 100644 --- a/cookbooks/blog/recipes/default.rb +++ b/cookbooks/blog/recipes/default.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -31,7 +31,6 @@ wordpress_site "blog.openstreetmap.org" do aliases ["blog.osm.org", "blog.openstreetmap.com", "blog.openstreetmap.net", "blog.openstreetmaps.org", "blog.osmfoundation.org"] - ssl_enabled true directory "/srv/blog.openstreetmap.org/wp" database_name "osm-blog" database_user "osm-blog-user"