]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/replication.rb
Copy notes dumps to S3
[chef.git] / cookbooks / planet / recipes / replication.rb
index fa9649a3897b19747d68bcadddc38d210e216ea3..364e0b814cca2efd53577244f6f665fac1349512 100644 (file)
@@ -24,6 +24,7 @@ include_recipe "apt"
 include_recipe "osmosis"
 include_recipe "ruby"
 include_recipe "tools"
+include_recipe "awscli"
 
 db_passwords = data_bag_item("db", "passwords")
 
@@ -320,7 +321,7 @@ systemd_service "replication-hourly" do
 end
 
 systemd_timer "replication-hourly" do
-  description "Daily replication"
+  description "Hourly replication"
   on_calendar "*-*-* *:02/15:00"
 end