-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCheffile
68 lines (52 loc) · 1.49 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
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
# Chef Enhancements
cookbook 'chef-solo-search', git: 'git://github.com/edelight/chef-solo-search.git'
# Base
cookbook 'seven_zip'
cookbook 'hostname'
cookbook 'apt'
cookbook 'fail2ban'
cookbook 'htop'
cookbook 'logrotate'
cookbook 'ntp'
cookbook 'openssh'
cookbook 'postfix'
cookbook 'sudo'
cookbook 'sysctl'
cookbook 'ufw'
cookbook 'user', git: 'git://github.com/fnichol/chef-user.git'
cookbook 'xml'
cookbook 'zsh'
cookbook 'platform_packages'
cookbook 'newrelic', git: 'https://github.com/escapestudios-cookbooks/chef-newrelic.git'
cookbook 'memcached'
# Nginx
cookbook 'nginx'
# Apache
cookbook 'php'
cookbook 'apache2'
# Puma App
cookbook 'ruby_install', git: 'https://github.com/rosstimson/chef-ruby_install.git'
# Volunteer App
cookbook 'python'
# Calagator
cookbook 'sqlite'
cookbook 'hipsnip-solr', git: 'https://github.com/hipsnip-cookbooks/solr.git'
# Etherpad
cookbook 'etherpad-lite', git: 'https://github.com/OpenWatch/etherpad-lite-cookbook.git'
cookbook 'postgresql'
cookbook 'nodejs'
# ZNC Server
cookbook 'znc', git: 'https://github.com/reidab/znc.git'
# IRC Server
cookbook 'ngircd', git: 'https://github.com/reidab/cookbook-ngircd.git'
cookbook 'atheme-services', git: 'https://github.com/reidab/chef-atheme-services.git'
# Wordpress
cookbook 'mysql'
cookbook 'mysql2_chef_gem'
cookbook 'database'
# ePDX
cookbook 'sphinx', git: 'https://github.com/reidab/sphinx-cookbook.git',
ref: 'fixed'