Arquivos
Luiz Fonseca 552f133cc6 Fix display :99.0 not being configured on Vagrant
Everything just works.
2013-02-26 23:00:58 -03:00

27 linhas
753 B
Ruby

#!/usr/bin/env ruby
site 'http://community.opscode.com/api/v1'
cookbook 'apt'
cookbook 'build-essential'
cookbook 'git', github: 'fnichol/chef-git'
cookbook 'nodejs', github: 'hectcastro/chef-nodejs'
cookbook 'curl', github: 'phlipper/chef-curl'
cookbook 'locale'
cookbook 'imagemagick'
cookbook 'xvfb', github: 'chef-cookbooks/chef-xvfb'
cookbook 'firefox', github: 'substantial/cookbook-firefox'
# Manage ruby installations
cookbook 'rvm', github: 'fnichol/chef-rvm'
# Database
cookbook 'set_locale', github: 'chef-cookbooks/chef-postgres-locale', ref: '0.1.1'
cookbook 'postgresql', github: 'phlipper/chef-postgresql', ref: '0.5.0'
# Terminal utilities
cookbook 'oh_my_zsh', github: 'chef-cookbooks/chef-oh-my-zsh', ref: '0.1.0'