Skip to content

Instantly share code, notes, and snippets.

@jaloren
Created May 21, 2014 03:38
Show Gist options
  • Save jaloren/437a7af420988490ba64 to your computer and use it in GitHub Desktop.
Save jaloren/437a7af420988490ba64 to your computer and use it in GitHub Desktop.
{% for role in salt['pillar.get']('roles') %}
{% if role != 'base' %}
include:
- {{ role }}
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment