gvasalt/states/postgresql-server/init.sls
Jan Dittberner 3fd146215f Rename roots to states
This commit renames the roots directory to states because it contains
salt states.
2016-01-31 21:16:14 +01:00

10 lines
123 B
Plaintext

locales-all:
pkg.installed
postgresql:
pkg:
- installed
service.running:
- require:
- pkg: postgresql