Closed gclough closed 5 years ago
Wrong variable
log_hostname = {{ 'on' if postgresql_log_duration else 'off' }}
And another:
krb_caseins_users = {{ 'on' if postgresql_db_user_namespace else 'off' }}
geqo = {{'on' if postgresql_enable_tidscan else 'off'}}
FIxed by #415
Fixed.
Wrong variable