Advertisement
Guest User

Untitled

a guest
Jun 19th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. my_state_file.sls:
  2. hdfs-tmpdir-absent:
  3. module.run:
  4. - name: hadoop.dfs_absent
  5. - path: /tmp_salt
  6.  
  7.  
  8.  
  9.  
  10. Running state.sls my_state_file return:
  11.  
  12. ID: hdfs-tmpdir-absent
  13. Function: module.run
  14. Name: hadoop.dfs_absent
  15. Result: True
  16. Comment: Module function hadoop.dfs_absent executed
  17. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement