Advertisement
Guest User

mypackage.sls and result

a guest
Feb 5th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. 610
  3. 15:22
  4. this is my mypackage.sls file top.sls:
  5. ========
  6.  
  7. base:
  8. '*':
  9. - mypackages
  10.  
  11. mypackages.sls:
  12. =================
  13. svn:
  14. pkg.installed
  15. - fromrepo: mirror.cogentco.com/pub/…
  16. - skip_verify: True
  17. this is my result @rome:~$ sudo salt '*' state.highstate test=True
  18. paris:
  19. ----------
  20. State: - no
  21. Name: states
  22. Function: None
  23. Result: False
  24. Comment: No Top file or external nodes data matches found
  25. Changes:
  26.  
  27. Summary
  28. ------------
  29. Succeeded: 0
  30. Failed: 1
  31. ------------
  32. Total: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement