Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. - Rendering SLS 'base:dhcpd' failed: Jinja error: dhcpd/map.jinja
  2. Traceback (most recent call last):
  3. File "/usr/local/Cellar/saltstack/2016.3.0/libexec/lib/python2.7/site-packages/salt/utils/templates.py", line 366, in render_jinja_tmpl
  4. output = template.render(**decoded_context)
  5. File "/usr/local/Cellar/saltstack/2016.3.0/libexec/vendor/lib/python2.7/site-packages/jinja2/environment.py", line 989, in render
  6. return self.environment.handle_exception(exc_info, True)
  7. File "/usr/local/Cellar/saltstack/2016.3.0/libexec/vendor/lib/python2.7/site-packages/jinja2/environment.py", line 754, in handle_exception
  8. reraise(exc_type, exc_value, tb)
  9. File "<template>", line 1, in top-level template code
  10. File "/usr/local/Cellar/saltstack/2016.3.0/libexec/lib/python2.7/site-packages/salt/utils/jinja.py", line 144, in get_source
  11. raise TemplateNotFound(template)
  12. TemplateNotFound: dhcpd/map.jinja
  13.  
  14. ; line 1
  15.  
  16. ---
  17. {% from "dhcpd/map.jinja" import dhcpd with context %} <======================
  18.  
  19. dhcpd:
  20. pkg.installed:
  21. - name: {{ dhcpd.server }}
  22. service.running:
  23. [...]
  24. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement