Skip to content

Instantly share code, notes, and snippets.

@justlooks
Created April 28, 2014 09:21
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 justlooks/11366523 to your computer and use it in GitHub Desktop.
Save justlooks/11366523 to your computer and use it in GitHub Desktop.
my state.sls file
{% set judge = '192.168.10.22' %}
echo {% for i in pillar['cluster'] %}{% if judge == {{ i.split(':')[-1] }} %}yes{% endif %}{% endfor %} > /tmp/haha:
cmd.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment