Skip to content

Instantly share code, notes, and snippets.

@ciandro
Created April 13, 2015 05:09
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 ciandro/5ab2e72a814e29d1dfe8 to your computer and use it in GitHub Desktop.
Save ciandro/5ab2e72a814e29d1dfe8 to your computer and use it in GitHub Desktop.
{% set jdk = salt['grains.filter_by']({
'production': {
'cacerts': 'prd-cacerts',
},
'non-production': {
'cacerts': 'non-prd-cacerts',
},
}, default='non-prd-cacerts') %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment