forked from catarse/catarse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cheffile
25 lines (19 loc) · 779 Bytes
/
Cheffile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env ruby
# frozen_string_literal: true
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'