]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilelog/recipes/default.rb
nominatim: install secondary importance file
[chef.git] / cookbooks / tilelog / recipes / default.rb
index 823e1a3f605e1ece32636f6be362c8b47d7c48c6..9370225150ec2f748ae8686174c6fdec409436e5 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+include_recipe "accounts"
+include_recipe "planet::aws"
 include_recipe "python"
 
 passwords = data_bag_item("tilelog", "passwords")
@@ -56,6 +58,8 @@ systemd_service "tilelog" do
   exec_start "/usr/local/bin/tilelog"
   nice 10
   sandbox :enable_network => true
+  protect_home "tmpfs"
+  bind_paths "/home/planet"
   read_write_paths tilelog_output_directory
 end