mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
Fix: use correct directories in FreeBSD
This commit is contained in:
parent
3a6cb010d6
commit
5931800719
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ Debian:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
|
conf_dir: /usr/local/pgsql/data
|
||||||
|
data_dir: /usr/local/pgsql/data
|
||||||
user: &freebsd-user pgsql
|
user: &freebsd-user pgsql
|
||||||
group: &freebsd-group pgsql
|
group: &freebsd-group pgsql
|
||||||
pkg_client: postgresql{{ release }}-client
|
pkg_client: postgresql{{ release }}-client
|
||||||
|
|
Loading…
Add table
Reference in a new issue