## my error ##
Data failed to compile:
----------
Rendering SLS "base:users" failed: Jinja variable 'dict' object has no attribute 'fullname'; line 8
---
[...]
x1
{% for user, userargs in pillar['users'].iteritems() %}
{{ user }}:
user.present:
- fullname: {{ userargs['fullname'] }} <======================
{% endfor %}
Hi Luke
I guess you're missing a dash before "gracie" in pillar/users/init.sls:
users:
- gracie:
fullname: Luke Gracie
since it's an array, is it?
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Salt-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/salt-users/eRx2rTp1NLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to salt-users+...@googlegroups.com.