projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
05d2d34
)
nominatim: fix directory creation order
author
Sarah Hoffmann
<lonvia@denofr.de>
Fri, 30 Sep 2016 21:02:19 +0000
(23:02 +0200)
committer
Sarah Hoffmann
<lonvia@denofr.de>
Fri, 30 Sep 2016 21:02:19 +0000
(23:02 +0200)
cookbooks/nominatim/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/nominatim/recipes/default.rb
b/cookbooks/nominatim/recipes/default.rb
index f515474902fd0444088f6188fda3b581c8914d7c..976bdb4c2b58a8fc51c28ac6ed96d105ddff88d5 100644
(file)
--- a/
cookbooks/nominatim/recipes/default.rb
+++ b/
cookbooks/nominatim/recipes/default.rb
@@
-41,12
+41,6
@@
file "#{node[:nominatim][:logdir]}/update.log" do
mode 0o664
end
mode 0o664
end
-directory "#{basedir}/status" do
- owner "nominatim"
- group "postgres"
- mode 0o775
-end
-
## Postgresql
include_recipe "postgresql"
## Postgresql
include_recipe "postgresql"
@@
-381,3
+375,9
@@
end
munin_plugin "nominatim_throttled_ips" do
target "#{source_directory}/munin/nominatim_throttled_ips"
end
munin_plugin "nominatim_throttled_ips" do
target "#{source_directory}/munin/nominatim_throttled_ips"
end
+
+directory "#{basedir}/status" do
+ owner "nominatim"
+ group "postgres"
+ mode 0o775
+end