X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/330b3f748baa6e05229a174415965a065e2f7f0c..666ad5d87dd31e6283f79d656822fc212fcd4e02:/cookbooks/planet/recipes/replication.rb diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index fa9649a38..364e0b814 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -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