Skip to content

Instantly share code, notes, and snippets.

@thekuffs
Forked from rca/postgres.sls
Last active August 22, 2020 01:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thekuffs/4757448 to your computer and use it in GitHub Desktop.
Save thekuffs/4757448 to your computer and use it in GitHub Desktop.
postgresql:
service:
- running
- require:
- pkg: postgres_pkgs
postgres_pkgs:
pkg.installed:
- pkgs:
- libpq5
- postgresql-client-9.2
- postgresql-9.2
- require:
- cmd.run: add_postgresql_apt_key
- file: {{ pg_list }}
- file: {{ pg_pref }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment