X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/acb5ea419113188317bc7bede334b90e12efd5ce..3b7db03656d2f783af8ad7f9e6c19716773da602:/cookbooks/planet/recipes/notes.rb diff --git a/cookbooks/planet/recipes/notes.rb b/cookbooks/planet/recipes/notes.rb index 57682bead..e63297081 100644 --- a/cookbooks/planet/recipes/notes.rb +++ b/cookbooks/planet/recipes/notes.rb @@ -18,8 +18,8 @@ # include_recipe "accounts" -include_recipe "awscli" include_recipe "git" +include_recipe "planet::aws" db_passwords = data_bag_item("db", "passwords") @@ -57,6 +57,8 @@ systemd_service "planet-notes-dump" do exec_start "/usr/local/bin/planet-notes-dump" user "planet" sandbox :enable_network => true + protect_home "tmpfs" + bind_paths "/home/planet" read_write_paths "/store/planet/notes" end