Skip to content

Instantly share code, notes, and snippets.

Created August 22, 2013 17:39
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 anonymous/803fc5e85b8cac6836f7 to your computer and use it in GitHub Desktop.
Save anonymous/803fc5e85b8cac6836f7 to your computer and use it in GitHub Desktop.
{%- set self_env = grains.env -%}
{%- set self_dc = grains.datacenter -%}
{%- set util_compound_string = 'G@node_type:postgres and G@env:' + self_env + ' and G@datacenter:' + self_dc -%}
{%- set postgres_compound_string = 'G@node_type:postgres and G@env:' + self_env + ' and G@datacenter:' + self_dc -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment