Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. p5-Future:
  2. cmd.run:
  3. - name: perl -MCPAN -e "install Future"
  4. - env: {{ ' ' . join(pillar['cpan_env']) }}
  5.  
  6. p5-IO-Async:
  7. cmd:run:
  8. - name: perl -MCPAN -e "install IO::Async"
  9. - env: {{ ' ' . join(pillar['cpan_env']) }}
  10. - require:
  11. - cmd: p5-Future
  12.  
  13. cpan-Net-Async-CassandraCQL:
  14. cmd.run:
  15. - name: perl -MCPAN -e "install Net::Async::CassandraCQL"
  16. - env: {{ ' ' . join(pillar['cpan_env']) }}
  17. - require:
  18. - cmd.run: p5-IO-Async
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement