Cheffile 397 B

1234567891011
  1. #!/usr/bin/env ruby
  2. #^syntax detection
  3. site 'http://community.opscode.com/api/v1'
  4. cookbook 'ark'
  5. cookbook 'runit'
  6. cookbook 'git', :git => 'git://github.com/opscode-cookbooks/git.git'
  7. cookbook 'nginx', :git => 'git://github.com/opscode-cookbooks/nginx.git'
  8. cookbook 'mysql', :git => 'git://github.com/opscode-cookbooks/mysql.git'
  9. cookbook 'nodejs', :git => 'git://github.com/redguide/nodejs.git'