PageRenderTime 43ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Cheffile

https://bitbucket.org/juozasg/lamp
Ruby | 25 lines | 11 code | 7 blank | 7 comment | 0 complexity | fb6c4a5f389b62108ba244604d1af92a MD5 | raw file
  1. #!/usr/bin/env ruby
  2. #^syntax detection
  3. site 'http://community.opscode.com/api/v1'
  4. cookbook 'apt'
  5. cookbook 'mysql', '= 2.0.2'
  6. cookbook 'ohai'
  7. cookbook 'nginx'
  8. cookbook 'unicorn', '=1.1.0'
  9. cookbook 'lamp-node-common', :git => 'https://bitbucket.org/andreacampi/lamp-node-common.git'
  10. cookbook 'lamp-node-app', :git => 'https://bitbucket.org/andreacampi/lamp-node-app.git'
  11. cookbook 'lamp-node-db', :git => 'https://bitbucket.org/andreacampi/lamp-node-db.git'
  12. cookbook 'lamp-node-web', :git => 'https://bitbucket.org/juozasg/lamp-node-web.git'
  13. cookbook 'lamp-cluster', :git => 'https://bitbucket.org/andreacampi/lamp-cluster.git'
  14. # cookbook 'rvm',
  15. # :git => 'https://github.com/fnichol/chef-rvm'
  16. # cookbook 'postgresql',
  17. # :git => 'https://github.com/findsyou/cookbooks',
  18. # :ref => 'postgresql-improvements'