Vince Thyng
Results
2
comments of
Vince Thyng
I think I am seeing the same issue on 3002.6. Using jinja syntax `grains['mygrain']` fails until pillar_refresh, but `salt['grains.get']('mygrain')` finds the grain. My situation is using salt-cloud to provision to...
I suspect this is because the system packages are python 2.7 and your pyvenv is 3.4. You don't want to be able to mix those versions.