Advertisement
Guest User

Untitled

a guest
Sep 30th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. copy_test:
  2. file.copy:
  3. - name: /tmp/mef.copyto
  4. - source: /tmp/mef.copyfrom
  5. - force: True
  6. - makedirs: True
  7.  
  8.  
  9. from running salt-call
  10.  
  11. State: - file
  12. Name: /tmp/mef.copyto
  13. Function: copy
  14. Result: False
  15. Comment: State file.copy found in sls agn_templates.etc.glance is unavailable
  16.  
  17. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement