X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..41c52dd81080eb0a88e786966bed3fa6bac9cca5:/cookbooks/geoipupdate/recipes/default.rb diff --git a/cookbooks/geoipupdate/recipes/default.rb b/cookbooks/geoipupdate/recipes/default.rb index 036c27881..b87f5e822 100644 --- a/cookbooks/geoipupdate/recipes/default.rb +++ b/cookbooks/geoipupdate/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apt" +include_recipe "apt::maxmind" license_keys = data_bag_item("geoipupdate", "license-keys") @@ -42,10 +42,7 @@ systemd_service "geoipupdate" do description "Update GeoIP databases" user "root" exec_start "/usr/bin/geoipupdate" - private_tmp true - private_devices true - protect_system "strict" - protect_home true + sandbox :enable_network => true read_write_paths node[:geoipupdate][:directory] end @@ -53,7 +50,7 @@ systemd_timer "geoipupdate" do description "Update GeoIP databases" on_boot_sec "15m" on_unit_active_sec "7d" - randomized_delay_sec "4h" + randomized_delay_sec "5d" end service "geoipupdate.timer" do