Skip to content

Instantly share code, notes, and snippets.

@micahhausler
Last active December 23, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahhausler/6596974 to your computer and use it in GitHub Desktop.
Save micahhausler/6596974 to your computer and use it in GitHub Desktop.
Pillar include?
postgres:
version: 9.3
user: postgres
group: postgres
data_directory: '/var/lib/postgresql/9.3/main'
include:
postgres
postgres:
wale:
s3_bucket: 's3://bucket-name'
AWS_ACCESS_KEY_ID: KEY_ID_HERE
AWS_SECRET_ACCESS_KEY: SECRET_KEY_HERE
base:
'*':
- postgres.wale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment