]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilelog/recipes/default.rb
Update to tilelog v1.5.0
[chef.git] / cookbooks / tilelog / recipes / default.rb
index 8a53bab547ac34d5d3e701d2aeefd9c3a60b9cf0..9ab18f93b1159023aaacf00cd7f79a5bdd1aae36 100644 (file)
@@ -31,7 +31,7 @@ end
 python_package "tilelog" do
   python_virtualenv tilelog_directory
   python_version "3"
-  version "1.4.1"
+  version "1.5.0"
 end
 
 directory tilelog_output_directory do
@@ -55,12 +55,8 @@ systemd_service "tilelog" do
   user "www-data"
   exec_start "/usr/local/bin/tilelog"
   nice 10
-  private_tmp true
-  private_devices true
-  protect_system "strict"
-  protect_home true
+  sandbox :enable_network => true
   read_write_paths tilelog_output_directory
-  no_new_privileges true
 end
 
 systemd_timer "tilelog" do