]> 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 551f28e71c0470aacfafc5a16e64b9e4fc98ae9c..b149a5751cfa7ac6c620b857bbd9d15141a659f8 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache::ssl"
+include_recipe "apache"
 
 package "trac"
 package "trac-git"
@@ -73,7 +73,6 @@ apache_module "wsgi"
 
 ssl_certificate "trac.openstreetmap.org" do
   domains "trac.openstreetmap.org"
-  fallback_certificate "openstreetmap"
   notifies :reload, "service[apache2]"
 end