-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCheffile
More file actions
29 lines (21 loc) · 751 Bytes
/
Cheffile
File metadata and controls
29 lines (21 loc) · 751 Bytes
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
26
27
28
29
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'apt'
cookbook 'subversion'
cookbook 'build-essential'
# Install from github for library fix
# https://github.com/opscode-cookbooks/windows/commit/baafddda3f24c0c74d5999bfa2e0812b10ac58dd
cookbook 'windows',
:git => 'https://github.com/opscode-cookbooks/windows'
# We'll use the latest and greatest branch
cookbook 'wordpress',
:git => 'https://github.com/lewg/chef-wordpress',
:ref => 'all-the-things'
# cookbook 'chef-client'
# cookbook 'apache2', '>= 1.0.0'
# cookbook 'rvm',
# :git => 'https://github.com/fnichol/chef-rvm'
# cookbook 'postgresql',
# :git => 'https://github.com/findsyou/cookbooks',
# :ref => 'postgresql-improvements'