]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stats/recipes/default.rb
Use declare_resource to avoid need for template_source wart
[chef.git] / cookbooks / stats / recipes / default.rb
index 3f0303d2ef4b1a7baaa92fad26b36fad2382d36a..323b67f897c51247c101c957f22d02d5c4c63e7b 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache::ssl"
+include_recipe "apache"
 
 package "awstats"
 package "libgeo-ipfree-perl"
@@ -75,7 +75,6 @@ end
 
 ssl_certificate "stats.openstreetmap.org" do
   domains ["stats.openstreetmap.org", "stats.osm.org"]
-  fallback_certificate "openstreetmap"
   notifies :reload, "service[apache2]"
 end