From: Steven Valdez Date: Thu, 1 Aug 2013 19:53:26 +0000 (-0400) Subject: Added nagios to hba X-Git-Tag: 0.2.11^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/0ea05e1293366c01ad900c6db972cd874b684166 Added nagios to hba --- 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