mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
On second thought, initdb command should be defined in defaults.yaml
This commit is contained in:
parent
aedb775743
commit
e2b6eab753
2 changed files with 2 additions and 2 deletions
|
@ -17,3 +17,5 @@ postgres:
|
|||
tablespaces: {}
|
||||
postgresconf: ""
|
||||
pg_hba.conf: salt://postgres/pg_hba.conf
|
||||
commands:
|
||||
initdb: service postgresql initdb
|
||||
|
|
|
@ -5,5 +5,3 @@ Arch: {}
|
|||
Debian:
|
||||
pkg_repo_file: /etc/apt/sources.list.d/pgdg.list
|
||||
pkg_libpq_dev: libpq-dev
|
||||
commands:
|
||||
initdb: service postgresql initdb
|
||||
|
|
Loading…
Add table
Reference in a new issue