X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..0aaea8096fcdd565f0f1990a84ad68e9aeb90113:/cookbooks/web/recipes/base.rb?ds=sidebyside diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index d82ea20f2..450b35138 100644 --- a/cookbooks/web/recipes/base.rb +++ b/cookbooks/web/recipes/base.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: web +# Cookbook:: web # Recipe:: base # -# Copyright 2011, OpenStreetMap Foundation +# Copyright:: 2011, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,6 +22,7 @@ node.default[:nfs]["/store/rails"] = { :path => "/store/rails" } +include_recipe "accounts" include_recipe "nfs" directory node[:web][:base_directory] do @@ -29,10 +30,11 @@ directory node[:web][:base_directory] do mode 0o2775 end -directory node[:web][:pid_directory] do +systemd_tmpfile node[:web][:pid_directory] do + type "d" owner "rails" group "rails" - mode 0o775 + mode "0755" end directory node[:web][:log_directory] do