projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2e27c7db340c0c81f10234183ad58e25b70e0502
[chef.git]
/
cookbooks
/
nominatim
/
templates
/
default
/
munin.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
[nominatim_*]
4
user www-data
5
env.PGDATABASE <%= node[:nominatim][:database][:dbname] %>
6
env.PGUSER www-data
7
env.NOMINATIM_QUERYLOG /var/log/nominatim/query.log
8
env.LANG en_GB.UTF-8