Add other_action column to nics table
[invirt/packages/invirt-database.git] / pg_hba.conf.mako
index 09a87dc..d671a27 100644 (file)
@@ -81,3 +81,6 @@ 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
+% for m in cfg.noc:
+host   ${m.dbname}     ${m.user}       ${m.ip}/32      trust
+% endfor