Advertisement
Guest User

Untitled

a guest
Jul 17th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. -bash-4.1# salt vuwunicobepwlt1.ods.vuw.ac.nz state.sls sudo_ipa
  2. vuwunicobepwlt1.ods.vuw.ac.nz:
  3. Data failed to compile:
  4. ----------
  5. Rendering SLS "base:sudo_ipa" failed: Unknown yaml render error; line 8
  6.  
  7. ---
  8. [...]
  9. - source: salt://sudo-sssd
  10. - user: root
  11. - shell: /bin/bash
  12.  
  13. /etc/sudo-ldap.conf
  14. file.managed: <======================
  15. - source: salt://sudo-ldap.conf
  16. - source_hash: md5=838cc6d310f17b72547d97d426961084
  17. - user: root
  18. - group: root
  19. - mode: 640
  20. [...]
  21. ---
  22. -bash-4.1# more sudo_ipa.sls
  23. sudo_ipa_setup:
  24. cmd.script:
  25. - source: salt://sudo-sssd
  26. - user: root
  27. - shell: /bin/bash
  28.  
  29. /etc/sudo-ldap.conf
  30. file.managed:
  31. - source: salt://sudo-ldap.conf
  32. - source_hash: md5=838cc6d310f17b72547d97d426961084
  33. - user: root
  34. - group: root
  35. - mode: 640
  36. - backup: minion
  37. -bash-4.1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement