From 19274ca96f4ee2cedf2a93da47ab31b37c2a89fd Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 9 Jul 2014 21:07:08 +0000 Subject: [PATCH] use the right key from ansible-private Signed-off-by: Ricky Elrod --- roles/nagios_server/templates/nagios-httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/templates/nagios-httpd.conf b/roles/nagios_server/templates/nagios-httpd.conf index c0f24b2bc6..bf8256d8da 100644 --- a/roles/nagios_server/templates/nagios-httpd.conf +++ b/roles/nagios_server/templates/nagios-httpd.conf @@ -13,7 +13,7 @@ ScriptAlias /tac.cgi /usr/lib64/nagios/cgi-bin/tac.cgi Auth_PG_host db-fas Auth_PG_port 5432 Auth_PG_user fasreadonly - Auth_PG_pwd "{{fas_readonly_password}}" + Auth_PG_pwd "{{fas_db_readonly_password}}" Auth_PG_database fas2 Auth_PG_pwd_table people Auth_PG_uid_field username