From e8910033e15495976e8d7fe43d2b391a4dbcbb7b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 7 Jul 2013 18:03:16 +0200 Subject: [PATCH] add munin config for nominatim --- cookbooks/nominatim/templates/default/munin.erb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cookbooks/nominatim/templates/default/munin.erb diff --git a/cookbooks/nominatim/templates/default/munin.erb b/cookbooks/nominatim/templates/default/munin.erb new file mode 100644 index 000000000..62f420143 --- /dev/null +++ b/cookbooks/nominatim/templates/default/munin.erb @@ -0,0 +1,6 @@ +# DO NOT EDIT - This file is being maintained by Chef + +[nominatim_*] +user www-data +env.PGDATABASE <%= node[:nominatim][:database][:dbname] %> +env.PGUSER www-data -- 2.43.2