Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Data failed to compile:
  2. ----------
  3. Rendering SLS "base:bugzilla.test" failed: Jinja variable 'list object' has no attribute 'webhome'; line 4
  4.  
  5. ---
  6. {% set bugzilla = [('user', salt['pillar.get']('bugzilla:user', 'bugzilla')),
  7. ('webhome', salt['pillar.get']('bugzilla:webhome', salt['user.info'](salt['pillar.get']('bugzilla:user', 'bugzilla')).home))] %}
  8.  
  9. {{bugzilla['webhome']}}: <======================
  10. cmd.run:
  11. - name: ls -l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement