Skip to content

Instantly share code, notes, and snippets.

@estahn
Created May 25, 2016 09:13
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 estahn/1734e7b93694dce3f73586204ab5c7b7 to your computer and use it in GitHub Desktop.
Save estahn/1734e7b93694dce3f73586204ab5c7b7 to your computer and use it in GitHub Desktop.
pillar awesomeness
pillar_roots:
base:
- /srv/pillar/base
development:
- /srv/pillar/development
staging:
- /srv/pillar/staging
production:
- /srv/pillar/production
ext_pillar:
- ec2_pillar:
- cmd_yaml: cat /etc/salt/pillar/local.sls
staging:
'roles:saltmaster':
- match: grain
- mysql-root
- mysql
production:
'roles:saltmaster':
- match: grain
- mysql-root
- mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment