Anyone using yaml|mako on centos 6. I am getting traceback if when running via master. Here is what I have done, may be I am missing something.
- Installed mako: (on minion and master as well)
yum --enablerepo=epel install python-mako
- Created test.sls (just asked to render via mako. no mako templating yet)
------------
#!mako|yam
/tmp/test1:
file.touch
-------------
- locally call from minon
# salt-call state.sls test (works, w/o problem). Even I could render real mako template lines.
- call from master
# salt 'minion-host-id' state.sls test (fails w/ traceback)
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/utils/templates.py", line 129, in render_mako_tmpl
lookup=lookup
TypeError: __init__() got an unexpected keyword argument 'strict_undefined'
I have no issue if I use default jinja|yaml
Both master and minions are centos6 and salt version 0.13.1