Advertisement
Guest User

Untitled

a guest
Mar 6th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. -bash-4.1# salt 'vuwunicopatch01.ods.vuw.ac.nz' state.highstate
  2. vuwunicopatch01.ods.vuw.ac.nz:
  3. Data failed to compile:
  4. ----------
  5. Rendering SLS "base:users" failed: Jinja variable 'dict' object has no attribute 'groups'; line 11
  6.  
  7. ---
  8. [...]
  9.  
  10. thing:
  11. user.present;
  12. - fullname: {{ pillar['userdata']['thing']['fullname'] }}
  13. - password: {{ pillar['userdata']['thing']['password'] }}
  14. - groups: {{ pillar['userdata']['thing']['groups'] }} <======================
  15. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement