Advertisement
Guest User

Untitled

a guest
Feb 20th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Romans-MacBook-Air:repo holms$ cat minion
  2. master: localhost
  3. file_client: local
  4. failhard: True
  5. environment: dev
  6. file_roots:
  7. base:
  8. - /srv/salt/states
  9. - /srv/salt/formulas
  10. - /srv/salt
  11.  
  12. pillar_roots:
  13. base:
  14. - /srv/salt/pillar
  15.  
  16.  
  17.  
  18. # cat top.sls
  19. dev:
  20. '*':
  21. - common
  22. - mysql
  23. - nginx
  24. - zipie
  25.  
  26.  
  27. [INFO ] Loading fresh modules for state activity
  28. local:
  29. ----------
  30. ID: states
  31. Function: no.None
  32. Result: False
  33. Comment: No Top file or external nodes data matches found
  34. Started:
  35. Duration:
  36. Changes:
  37.  
  38. Summary
  39. ------------
  40. Succeeded: 0
  41. Failed: 1
  42. ------------
  43. Total states run: 1
  44. The following SSH command responded with a non-zero exit status.
  45. Vagrant assumes that this means the command failed!
  46.  
  47. salt-call state.highstate --retcode-passthrough --log-level=info --force-color
  48.  
  49. Stdout from the command:
  50.  
  51. local:
  52. ----------
  53. ID: states
  54. Function: no.None
  55. Result: False
  56. Comment: No Top file or external nodes data matches found
  57. Started:
  58. Duration:
  59. Changes:
  60.  
  61. Summary
  62. ------------
  63. Succeeded: 0
  64. Failed: 1
  65. ------------
  66. Total states run: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement