Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. admin_perl_packages:
  2. pkg.installed:
  3. - names:
  4. - p5-Dancer
  5. - p5-JSON-XS
  6. - p5-JSON
  7. - p5-Quantum-Superpositions
  8. - p5-Lingua-EN-Inflect
  9. - p5-Number-Format
  10. - p5-Mail-Tools
  11. - p5-Email-Valid
  12. - p5-Business-CreditCard
  13. - p5-DBI
  14. - p5-DBD-Pg
  15. - p5-Rose-DB
  16. - p5-Rose-DB-Object
  17. - p5-Rose-DateTime
  18. - p5-Rose-Object
  19. - p5-CGI-Prototype
  20. - p5-Data-ICal
  21. - p5-Error
  22. - p5-Parse-RecDescent
  23.  
  24. cpan_myconfig:
  25. file.managed:
  26. - name: /root/.cpan/CPAN/MyConfig.pm
  27. - user: root
  28. - group: wheel
  29. - mode: 644
  30. - source: salt://admin/MyConfig.pm
  31.  
  32. Config_Scoped:
  33. cmd.run:
  34. - name: cpan Config::Scoped
  35. - unless: perl -MConfig::Scoped -e0
  36. - require:
  37. - file: cpan_myconfig
  38. - pkg: admin_perl_packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement