Advertisement
Guest User

Untitled

a guest
Oct 26th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@jcf:/ # salt '*' state.highstate
  2. Error parsing configuration file: /usr/local/etc/salt/master - while parsing a block mapping
  3. in "<string>", line 14, column 1:
  4. interface: 127.0.0.100
  5. ^
  6. expected <block end>, but found '<block mapping start>'
  7. in "<string>", line 250, column 2:
  8. file_roots:
  9. ^
  10. Error parsing configuration file: /usr/local/etc/salt/master - while parsing a block mapping
  11. in "<string>", line 14, column 1:
  12. interface: 127.0.0.100
  13. ^
  14. expected <block end>, but found '<block mapping start>'
  15. in "<string>", line 250, column 2:
  16. file_root
  17.  
  18.  
  19. root@jcf:/usr/local/etc/salt/states # cat *.sls
  20. sshd:
  21. service:
  22. - running
  23. - watch:
  24. - file: /etc/ssh/sshd_config
  25.  
  26. /etc/ssh/sshd_config:
  27. file.managed:
  28. - source: salt://ssh/sshd_config
  29. - mode: 644
  30. - user: root
  31. base:
  32. '*':
  33. - sshd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement