Skip to content
Snippets Groups Projects
Verified Commit 6a2f69cf authored by Florian Pritz's avatar Florian Pritz
Browse files

Remove double quote of postgres_listen_addresses


Already quoted in the new config template.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 7c67283d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
- { role: postfix, postfix_server: false, postfix_smtpd_public: true, postfix_patchwork_enabled: true, tags: ["mail", "postfix"] }
- { role: opendkim, dkim_selector: apollo, tags: ['mail', "opendkim"] }
- { role: postfwd, tags: ['mail', "postfwd"] }
- { role: postgres, postgres_listen_addresses: "'*'", postgres_max_connections: 1000, postgres_ssl: 'on', postgres_shared_buffers: 4096MB,
- { role: postgres, postgres_listen_addresses: "*", postgres_max_connections: 1000, postgres_ssl: 'on', postgres_shared_buffers: 4096MB,
tags: ['postgres'] }
- { role: mariadb, mariadb_innodb_buffer_pool_size: '64M', mariadb_table_open_cache: '256', mariadb_query_cache_type: '0',
mariadb_innodb_file_per_table: True, tags: ["mariadb"] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment