add PostgreSQL database and message queues to vagrant box
This commit is contained in:
parent
3c6b779c44
commit
b07ab0a14b
10 changed files with 177 additions and 0 deletions
9
salt/roots/postgresql-server/init.sls
Normal file
9
salt/roots/postgresql-server/init.sls
Normal file
|
@ -0,0 +1,9 @@
|
|||
locales-all:
|
||||
pkg.installed
|
||||
|
||||
postgresql:
|
||||
pkg:
|
||||
- installed
|
||||
service.running:
|
||||
- require:
|
||||
- pkg: postgresql
|
Loading…
Add table
Add a link
Reference in a new issue