Skip to content

Instantly share code, notes, and snippets.

@oc
Created September 24, 2012 21:21
Show Gist options
  • Save oc/3778459 to your computer and use it in GitHub Desktop.
Save oc/3778459 to your computer and use it in GitHub Desktop.
Pillars
#/etc/salt/master
interface: 0.0.0.0
worker_threads: 2
file_roots:
base:
- /srv/salt/states
pillar_roots:
base:
- /srv/salt/pillars
#/srv/salt/pillars/top.sls
base:
'*':
'ci.muda.no':
- ci-muda-no.sites
- ci-muda-no.dbs
# /srv/salt/pillars/ci-muda-no/dbs.sls
blahdb:
postgres_user.present:
- createdb: True
postgres_database.present:
owner: blahdb
encoding: UTF8
locale: en_US
lc_collate: en_US.utf8
lc_ctype: en_US.utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment