Advertisement
Guest User

Untitled

a guest
Jun 17th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [DEBUG ] Reading configuration from /etc/salt/master
  2. [DEBUG ] Configuration file path: /etc/salt/master
  3. [DEBUG ] LazyLoaded flat.targets
  4. [DEBUG ] LazyLoaded jinja.render
  5. [DEBUG ] LazyLoaded yaml.render
  6. [DEBUG ] Jinja search path: ['/var/cache/salt/master/files/base']
  7. [DEBUG ] Rendered data from file: /etc/salt/roster:
  8. fwddev:
  9. host: 192.168.0.1
  10. user: root
  11. sudo: True
  12.  
  13. [DEBUG ] Results of YAML rendering:
  14. OrderedDict([('fwddev', OrderedDict([('host', '192.168.0.1'), ('user', 'root'), ('sudo', True)]))])
  15. [INFO ] minions list: {'fwddev': OrderedDict([('host', '192.168.0.1'), ('user', 'root'), ('sudo', True)])}
  16. [DEBUG ] LazyLoaded roots.envs
  17. [DEBUG ] Could not LazyLoad roots.init
  18. [DEBUG ] Updating roots fileserver cache
  19. [DEBUG ] LazyLoaded local_cache.prep_jid
  20. [DEBUG ] Could not LazyLoad test.ping
  21. [DEBUG ] Performing shimmed, blocking command as follows:
  22. test.ping
  23. [DEBUG ] Executed SHIM command. Command logged to TRACE
  24. [DEBUG ] Child Forked! PID: 11196 STDOUT_FD: 11 STDERR_FD: 13
  25. [DEBUG ] VT: Salt-SSH SHIM Terminal Command executed. Logged to TRACE
  26. [DEBUG ] RETCODE 192.168.0.1: 255
  27. [DEBUG ] SHIM retcode(255) and command:
  28. Permission denied for host fwddev, do you want to deploy the salt-ssh key? (password required):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement