From 0ea05e1293366c01ad900c6db972cd874b684166 Mon Sep 17 00:00:00 2001 From: Steven Valdez Date: Thu, 1 Aug 2013 15:53:26 -0400 Subject: [PATCH] Added nagios to hba --- debian/changelog | 6 ++++++ pg_hba.conf.mako | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index a863967..6bdbdca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-database (0.2.11) unstable; urgency=low + + * Added nagios user to hba. + + -- Steven Valdez Thu, 01 Aug 2013 15:53:04 -0400 + invirt-database (0.2.10) unstable; urgency=low * Adding model to NIC table. diff --git a/pg_hba.conf.mako b/pg_hba.conf.mako index 09a87dc..2602310 100644 --- a/pg_hba.conf.mako +++ b/pg_hba.conf.mako @@ -81,3 +81,4 @@ local all all ident % for m in cfg.hosts + [cfg.db, cfg.remote, cfg.console]: host ${cfg.db.dbname} ${cfg.db.user} ${m.ip}/32 trust % endfor +host ${cfg.noc.dbname} ${cfg.noc.user} ${cfg.noc.ip}/32 trust -- 1.7.9.5