galaxyproject / ansible-postgresql

An Ansible role for managing a PostgreSQL server
https://galaxy.ansible.com/galaxyproject/postgresql
122 stars 58 forks source link

Fix config for PostgreSQL < 9.3 #3

Closed asmigala closed 9 years ago

asmigala commented 9 years ago

the include_dir option was added in version 9.3 [1], directly include the ansible-generated config file for earlier versions

[1] https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.3#Configuration_directive_.27include_dir.27

natefoo commented 9 years ago

Great, thanks!