From 20eef15011f46e9d6faab007f08bc109e0deab81 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 29 May 2014 16:46:40 +0000 Subject: [PATCH] This is probably more right. --- roles/collectd/postgres/templates/postgres.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/collectd/postgres/templates/postgres.conf b/roles/collectd/postgres/templates/postgres.conf index 5d53877265..e6de1708ca 100644 --- a/roles/collectd/postgres/templates/postgres.conf +++ b/roles/collectd/postgres/templates/postgres.conf @@ -1,3 +1,3 @@ - Exec "nobody" "/usr/local/bin/collectd_postgres.sh" "-h" "{{ ansible_hostname }}" "-p" "10" + Exec "nobody" "/usr/local/bin/collectd_postgres.sh" "-h" "{{ ansible_fqdn }}" "-p" "10"