Advertisement
Guest User

Untitled

a guest
Mar 11th, 2014
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. ('deploy_source',
  2. OrderedDict(
  3. [
  4. ('cmd.run',
  5. [
  6. OrderedDict(
  7. [
  8. ('require',
  9. [
  10. OrderedDict(
  11. [
  12. ('file', '/usr/local/src/git.zip')
  13. ]
  14. )
  15. ]
  16. )
  17. ]
  18. ),
  19. OrderedDict(
  20. [
  21. ('name', 'cd /usr/local/src && unzip git.zip && git checkout -f prototype')
  22. ]
  23. ),
  24. OrderedDict(
  25. [
  26. ('user', 'root')
  27. ]
  28. ),
  29. OrderedDict(
  30. [
  31. ('group', 'root')
  32. ]
  33. )
  34. ]
  35. )
  36. ]
  37. )
  38. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement