Advertisement
Guest User

Untitled

a guest
May 17th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {% set qemuVersion = ['{{ pillar['{{salt['lsb_distrib_codename']}}:qemu_version'] }}'] %}
  2.  
  3. local:
  4. Data failed to compile:
  5. ----------
  6. Rendering SLS 'base:libvirt' failed: Jinja syntax error: expected token ',', got '{'; line 11
  7.  
  8. ---
  9. [...]
  10.  
  11. {% set qemuVersion = ['{{ pillar['{{salt['lsb_distrib_codename']}}:qemu_version'] }}'] %} <======================
  12.  
  13.  
  14.  
  15. pillar:
  16. trusty:
  17. - qemu_version: '2.0.0+dfsg-2ubuntu1.12'
  18. - libvirt: '1.2.2-0ubuntu13.1.10yy1'
  19. precise:
  20. - qemu_version: '1.5.0+dfsg-3ubuntu5.4~cloud0'
  21. - libvirt: 'latest'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement