]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilelog/recipes/default.rb
Update to tilelog 1.6.0 and generate new tables
[chef.git] / cookbooks / tilelog / recipes / default.rb
index fd27931bf5bb26eb3c594f53f60f36378b4971de..96aa8dafc23f24aceb0bfcaa5eb4b811f096e65c 100644 (file)
@@ -31,7 +31,7 @@ end
 python_package "tilelog" do
   python_virtualenv tilelog_directory
   python_version "3"
-  version "1.4.0"
+  version "1.6.0"
 end
 
 directory tilelog_output_directory do
@@ -55,10 +55,7 @@ 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
 end