X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b57f37f64b088b5bb313eb2782127e0d25cea007..31a516770ed279c68a6fb17ec9a498824becdcf3:/cookbooks/serverinfo/recipes/default.rb?ds=inline diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index f38283fc9..97051e1a1 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" include_recipe "git" package "ruby" @@ -68,7 +68,6 @@ end ssl_certificate "hardware.openstreetmap.org" do domains "hardware.openstreetmap.org" - fallback_certificate "openstreetmap" notifies :reload, "service[apache2]" end