forked from brewbit/brewbit-provision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheffile
More file actions
20 lines (15 loc) · 654 Bytes
/
Cheffile
File metadata and controls
20 lines (15 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'locale', git: 'https://github.com/deepak/chef-locale', ref: '2669bd937f589b6ad542da4eb1baa42cfe251030'
cookbook 'apt'
cookbook 'git'
cookbook 'build-essential'
cookbook 'cmake', git: 'https://github.com/phlipper/chef-cmake'
cookbook 'libqt4', git: 'https://github.com/phlipper/chef-libqt4'
cookbook 'imagemagick'
cookbook 'nginx'
cookbook 'postgresql', git: 'https://github.com/phlipper/chef-postgresql'
cookbook 'ulimit', git: 'https://github.com/bmhatfield/chef-ulimit'
cookbook 'sudo'
cookbook 'ssh-keys', git: 'https://github.com/nickola/chef-ssh-keys'