1234567891011 |
- #!/usr/bin/env ruby
- #^syntax detection
- site 'http://community.opscode.com/api/v1'
- cookbook 'ark'
- cookbook 'runit'
- cookbook 'git', :git => 'git://github.com/opscode-cookbooks/git.git'
- cookbook 'nginx', :git => 'git://github.com/opscode-cookbooks/nginx.git'
- cookbook 'mysql', :git => 'git://github.com/opscode-cookbooks/mysql.git'
- cookbook 'nodejs', :git => 'git://github.com/redguide/nodejs.git'
|