]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Fix typos
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 49349a9fb31174667855022a7cff8c53bd808357..8b265741665be0bfd3294bf037dc09911a5d78a7 100644 (file)
@@ -228,3 +228,11 @@ end
 wordpress_plugin "wp-sticky" do
   site "2012.stateofthemap.org"
 end
+
+template "/etc/cron.daily/sotm-backup" do
+  source "backup.cron.erb"
+  owner "root"
+  group "root"
+  mode 0750
+  variables :passwords => passwords
+end