Advertisement
Guest User

Untitled

a guest
Jul 21st, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. -bash-4.1# salt -l debug 'vuwunicolegweb1.ods.vuw.ac.nz' state.sls webmin
  2. [DEBUG ] Reading configuration from /etc/salt/master
  3. [DEBUG ] Missing configuration file: /root/.saltrc
  4. [DEBUG ] Configuration file path: /etc/salt/master
  5. [DEBUG ] Reading configuration from /etc/salt/master
  6. [DEBUG ] Missing configuration file: /root/.saltrc
  7. [DEBUG ] LocalClientEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
  8. [DEBUG ] LocalClientEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
  9. [DEBUG ] Loaded no_out as virtual quiet
  10. [DEBUG ] Loaded json_out as virtual json
  11. [DEBUG ] Loaded yaml_out as virtual yaml
  12. [DEBUG ] Loaded pprint_out as virtual pprint
  13. vuwunicolegweb1.ods.vuw.ac.nz:
  14. ----------
  15. ID: mywebmin
  16. Function: pkg.installed
  17. Result: True
  18. Comment: All specified packages are already installed.
  19. Changes:
  20.  
  21. Summary
  22. ------------
  23. Succeeded: 1
  24. Failed: 0
  25. ------------
  26. Total: 1
  27. -bash-4.1# more webmin.sls
  28. mywebmin:
  29. pkg.installed:
  30. - sources:
  31. - webmin: http://prdownloads.sourceforge.net/webadmin/webmin-1.690-1.noarch.rpm
  32.  
  33. -bash-4.1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement