Advertisement
Guest User

Untitled

a guest
Apr 8th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [root@manage1 salt]# salt 'wmysql1*' state.highstate
  2. wmysql1.abboom.world:
  3. ----------
  4. State: - no
  5. Name: states
  6. Function: None
  7. Result: False
  8. Comment: No Top file or external nodes data matches found
  9. Changes:
  10.  
  11. Summary
  12. ------------
  13. Succeeded: 0
  14. Failed: 1
  15. ------------
  16. Total: 1
  17.  
  18.  
  19. [root@manage1 salt]# salt-key -L
  20. Accepted Keys:
  21. nfs2.abboom.world
  22. nginx1.abboom.world
  23. nginx2.abboom.world
  24. web1.abboom.world
  25. web2.abboom.world
  26. wmysql1.abboom.world
  27. Unaccepted Keys:
  28. Rejected Keys:
  29.  
  30.  
  31. [root@manage1 salt]# cat top.sls
  32. base:
  33. 'nginx*':
  34. - nginx
  35.  
  36. 'nfs2*':
  37. - nfs
  38.  
  39. 'web*':
  40. - web
  41.  
  42. '*':
  43. - all
  44.  
  45. 'wmysql*':
  46. - mysql
  47.  
  48. 'wmysql1.abboom.world':
  49. - test
  50. [root@manage1 salt]# cat test.sls
  51. mysql-community-release:
  52. pkg:
  53. - removed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement