]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/recipes/default.rb
nominatim: one more typo
[chef.git] / cookbooks / wordpress / recipes / default.rb
index bb004f6063de45748a66f47628e7fba4e0fb061a..65c486abf622f492bd3dc3d6b4ccae4d3759ebd5 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache"
+include_recipe "apache::ssl"
 include_recipe "chef::gems"
 include_recipe "mysql"
 
@@ -42,5 +42,6 @@ end
 fail2ban_jail "wordpress" do
   filter "wordpress"
   logpath "/var/log/auth.log"
-  ports 80, 443
+  ports [80, 443]
+  maxretry 6
 end