10 lines
237 B
YAML
10 lines
237 B
YAML
---
|
|
__postgresql_version: "NC"
|
|
__postgresql_data_dir: "/var/lib/postgres/data"
|
|
__postgresql_bin_path: "/usr/bin"
|
|
__postgresql_config_path: "/var/lib/postgres/data"
|
|
__postgresql_daemon: "postgresql"
|
|
__postgresql_packages:
|
|
- postgresql
|
|
|