ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
855 stars 576 forks source link

log_hostname using wrong variable #413

Closed gclough closed 5 years ago

gclough commented 5 years ago

Wrong variable

log_hostname = {{ 'on' if postgresql_log_duration else 'off' }}
gclough commented 5 years ago

And another:

krb_caseins_users = {{ 'on' if postgresql_db_user_namespace else 'off' }}
gclough commented 5 years ago

And another:

geqo = {{'on' if postgresql_enable_tidscan else 'off'}}
gclough commented 5 years ago

FIxed by #415

gclough commented 5 years ago

Fixed.