X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..52cd38fa82f0eb1febb5cca9ddbf62253e15e620:/cookbooks/geoipupdate/recipes/default.rb diff --git a/cookbooks/geoipupdate/recipes/default.rb b/cookbooks/geoipupdate/recipes/default.rb index 036c27881..c11b451dc 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") @@ -47,6 +47,7 @@ systemd_service "geoipupdate" do protect_system "strict" protect_home true read_write_paths node[:geoipupdate][:directory] + no_new_privileges true end systemd_timer "geoipupdate" do