PageRenderTime 36ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/Cheffile

https://bitbucket.org/andreacampi/lamp
Ruby | 22 lines | 10 code | 5 blank | 7 comment | 0 complexity | 6b12535fd1de775496ae7315dcc3163d 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 'unicorn', '=1.1.0'
  8. cookbook 'lamp-node-common', :git => 'https://bitbucket.org/andreacampi/lamp-node-common.git'
  9. cookbook 'lamp-node-app', :git => 'https://bitbucket.org/andreacampi/lamp-node-app.git'
  10. cookbook 'lamp-node-db', :git => 'https://bitbucket.org/andreacampi/lamp-node-db.git'
  11. cookbook 'lamp-cluster', :git => 'https://bitbucket.org/andreacampi/lamp-cluster.git'
  12. cookbook 'vagrant-ohai', :path => 'site-cookbooks/vagrant-ohai'
  13. # cookbook 'rvm',
  14. # :git => 'https://github.com/fnichol/chef-rvm'
  15. # cookbook 'postgresql',
  16. # :git => 'https://github.com/findsyou/cookbooks',
  17. # :ref => 'postgresql-improvements'