projects
/
invirt/packages/invirt-database.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add other_action column to nics table
[invirt/packages/invirt-database.git]
/
pg_hba.conf.mako
diff --git
a/pg_hba.conf.mako
b/pg_hba.conf.mako
index
09a87dc
..
d671a27
100644
(file)
--- a/
pg_hba.conf.mako
+++ b/
pg_hba.conf.mako
@@
-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