Advertisement
Guest User

Untitled

a guest
Aug 5th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. file-copy:
  2. file.copy:
  3. - name: /tmp/x.txt
  4. - source: /tmp/source.txt
  5. - force: True
  6. - makedirs: True
  7.  
  8.  
  9. ############# ERROR: #################
  10.  
  11.  
  12. ----------
  13. State: - file
  14. Name: /tmp/x.txt
  15. Function: copy
  16. Result: False
  17. Comment: State file.copy found in sls files.file-copy is unavailable
  18.  
  19. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement