# limitations under the License.
#
-include_recipe "apt"
+include_recipe "apt::maxmind"
license_keys = data_bag_item("geoipupdate", "license-keys")
protect_system "strict"
protect_home true
read_write_paths node[:geoipupdate][:directory]
+ no_new_privileges true
end
systemd_timer "geoipupdate" do