Advertisement
Guest User

Saltstack new module

a guest
Oct 24th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ### BASE top.sls###
  2. [root@SO6_MCiGSN_Socket20 base]# cat top.sls
  3. base:
  4. '*':
  5. - Test
  6.  
  7. ### Test states ##
  8. [root@SO6_MCiGSN_Socket20 base]# cat Test/init.sls
  9. G6Monitor111:
  10. so6test.test
  11.  
  12. #Error ##
  13. [root@SO6_MCiGSN_Socket20 _modules]# salt 'SO6_ShareSys_PS63' state.highstate
  14. SO6_ShareSys_PS63:
  15. ----------
  16. State: - so6test
  17. Name: G6Monitor111
  18. Function: test
  19. Result: False
  20. Comment: State so6test.test found in sls Test is unavailable
  21.  
  22. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement