X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..8f8cacc7c0d8e4eb82abb33d9a536a7382e435a6:/cookbooks/mailman/recipes/default.rb diff --git a/cookbooks/mailman/recipes/default.rb b/cookbooks/mailman/recipes/default.rb index 05f1997ab..94de38295 100644 --- a/cookbooks/mailman/recipes/default.rb +++ b/cookbooks/mailman/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache" +include_recipe "apache::ssl" package "mailman" @@ -32,3 +32,10 @@ apache_module "rewrite" apache_site "lists.openstreetmap.org" do template "apache.erb" end + +template "/etc/cron.daily/lists-backup" do + source "backup.cron.erb" + owner "root" + group "root" + mode 0755 +end