Skip to content

Instantly share code, notes, and snippets.

@mjinks
Last active August 29, 2015 14:27
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 mjinks/7423f9c567f6be43d87e to your computer and use it in GitHub Desktop.
Save mjinks/7423f9c567f6be43d87e to your computer and use it in GitHub Desktop.
how to turn this into a shell call?
{% for key, args in salt['pillar.get']('bind:configured_zones', {}).iteritems() -%}
{%- set file = salt['pillar.get']("bind:available_zones:" ~ key ~ ":file", 'NoFiLeFoUnD') %}
@mjinks
Copy link
Author

mjinks commented Aug 13, 2015

the second line is coming up empty, both when i call the highstate and when i do this at the command line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment