-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCheffile
50 lines (44 loc) · 921 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'apache2'
cookbook 'apt'
cookbook 'build-essential'
cookbook 'cron'
cookbook 'daemontools'
cookbook 'drush',
:git => 'https://github.com/patcon/chef-drush',
:ref => 'master'
cookbook 'emacs'
cookbook 'gems'
cookbook 'git'
cookbook 'god'
cookbook 'imagemagick'
cookbook 'iptables'
cookbook 'java'
cookbook 'jenkins'
cookbook 'logrotate'
cookbook 'memcached'
cookbook 'mercurial'
cookbook 'mysql'
cookbook 'nginx'
cookbook 'perl'
cookbook 'php'
cookbook 'postfix'
cookbook 'rsync'
cookbook 'rsyslog'
cookbook 'runit'
cookbook 'sqlite'
cookbook 'ssh_known_hosts'
cookbook 'tomcat'
cookbook 'ubuntu'
cookbook 'ucspi-tcp'
cookbook 'ufw'
cookbook 'users'
cookbook 'varnish'
cookbook 'vim'
cookbook 'user',
:git => 'https://github.com/fnichol/chef-user',
:ref => 'v0.2.6'
cookbook 'utility',
:path => 'cookbooks-sources'