]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/trac/recipes/default.rb
Make renew-hook send knife upload output to STDOUT
[chef.git] / cookbooks / trac / recipes / default.rb
index 6d42cb3a79b33b363aff60561fa320e62d5f7064..b149a5751cfa7ac6c620b857bbd9d15141a659f8 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache::ssl"
+include_recipe "apache"
 
 package "trac"
 package "trac-git"
@@ -71,6 +71,11 @@ end
 
 apache_module "wsgi"
 
+ssl_certificate "trac.openstreetmap.org" do
+  domains "trac.openstreetmap.org"
+  notifies :reload, "service[apache2]"
+end
+
 apache_site site_name do
   template "apache.erb"
   directory site_directory