Skip to content

Instantly share code, notes, and snippets.

@doberloh
Created December 2, 2015 21:02
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 doberloh/01f337de905066d24e5c to your computer and use it in GitHub Desktop.
Save doberloh/01f337de905066d24e5c to your computer and use it in GitHub Desktop.
pillar override desired
#top.sls
'*'
- common
'server1'
- overrides
#common
keys:
one: 1
two: 2
#overrides
keys:
one: one
three: three
#desired result
keys:
one: one
two: 2
three: three
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment