Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {% for nexusrpmid, nexusrpm in pillar.get('nexus-rpm-repo', {}).items() -%}
  2. {% for capabilities in accumulator['nexus-capabilities-accumulated-' ~ nexusrpm] -%}
  3. {{ capabilities }}
  4. {% endfor -%}
  5. {% endfor -%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement