puppet/postgres: Allow connections made by Icinga 2

fixes #8109
This commit is contained in:
Eric Lippmann 2015-01-19 13:53:39 +01:00
parent 0c35607e37
commit ae927cf043
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ local icinga icinga trust
host icinga icinga 127.0.0.1/32 trust
host icinga icinga ::1/128 trust
# icinga2
local icinga2 icinga2 trust
host icinga2 icinga2 127.0.0.1/32 trust
host icinga2 icinga2 ::1/128 trust
# icinga_unittest
local icinga_unittest icinga_unittest trust
host icinga_unittest icinga_unittest 127.0.0.1/32 trust