X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f999eaef5a6e203a0bbaa2076b0577c82839e4d6..104e0e172a9c39875e9e85e687c6fd2e8610a75a:/cookbooks/mailman/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/mailman/recipes/default.rb b/cookbooks/mailman/recipes/default.rb index 4013058bc..171979208 100644 --- a/cookbooks/mailman/recipes/default.rb +++ b/cookbooks/mailman/recipes/default.rb @@ -17,12 +17,12 @@ # limitations under the License. # -include_recipe "apache" +include_recipe "apache::ssl" package "mailman" service "mailman" do - action [ :enable, :start ] + action [:enable, :start] supports :restart => true, :reload => true end