forked from rubygems/rubygems-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cheffile
79 lines (44 loc) · 1.13 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site "http://community.opscode.com/api/v1"
cookbook "application"
cookbook "application_ruby"
cookbook "apt", "1.7.0"
cookbook "bash-completion"
cookbook "build-essential"
cookbook "curl"
cookbook "denyhosts",
git: "https://github.com/phlipper/chef-denyhosts"
cookbook "git"
cookbook "grc"
cookbook "hostname"
cookbook "htop"
cookbook "imagemagick"
cookbook "iftop"
cookbook "iptables",
git: "https://github.com/phlipper/iptables"
cookbook "logrotate"
cookbook "logwatch"
cookbook "memcached"
cookbook "monit",
git: "https://github.com/phlipper/chef-monit"
cookbook "munin"
cookbook "newrelic-sysmond"
cookbook "nginx",
git: "https://github.com/phlipper/chef-nginx"
cookbook "nodejs",
git: "https://github.com/phlipper/chef-nodejs"
cookbook "ntp"
cookbook "openssh"
cookbook "postfix"
cookbook "postgresql",
git: "https://github.com/phlipper/chef-postgresql"
cookbook "redis",
git: "https://github.com/phlipper/chef-redis"
cookbook "resolver"
cookbook "rsync"
cookbook "screen"
cookbook "sudo"
cookbook "sysstat"
cookbook "user",
git: "https://github.com/fnichol/chef-user"
cookbook "xml"
cookbook "xslt"