|
1 | 1 | source "https://api.berkshelf.com" |
2 | 2 |
|
3 | | -cookbook 'apt', github: 'opscode-cookbooks/apt' |
4 | | -cookbook 'chef-solo-search', github: 'edelight/chef-solo-search' |
5 | | -cookbook 'build-essential', github: 'opscode-cookbooks/build-essential' |
6 | | -cookbook 'fail2ban', github: 'opscode-cookbooks/fail2ban' |
7 | | -cookbook 'hostnames', github: 'nathantsoi/chef-cookbook-hostname' |
8 | | -cookbook 'locales', github: 'phbergsmann/chef-locales' |
9 | | -cookbook 'look_and_feel-tlq', github: 'TalkingQuickly/look_and_feel-tlq' |
10 | | -cookbook 'memcached', github: 'opscode-cookbooks/memcached' |
11 | | -cookbook 'mongodb', github: 'edelight/chef-mongodb' |
12 | | -cookbook 'monit-tlq', github: 'TalkingQuickly/monit-tlq', branch: 'master' |
13 | | -cookbook 'monit_configs-tlq', github: 'TalkingQuickly/monit_configs-tlq', branch: 'master' |
14 | | -cookbook 'mysql', github: 'opscode-cookbooks/mysql' |
| 3 | +# cookbook 'apt', github: 'opscode-cookbooks/apt' |
| 4 | +cookbook 'apt-chef', '~> 1.0.0' |
| 5 | + |
| 6 | +#cookbook 'build-essential', github: 'opscode-cookbooks/build-essential' |
| 7 | +cookbook 'build-essential' |
| 8 | + |
| 9 | +# cookbook 'fail2ban', github: 'opscode-cookbooks/fail2ban' |
| 10 | +cookbook 'fail2ban', '~> 2.3.0' |
| 11 | + |
| 12 | +# cookbook 'hostnames', github: 'nathantsoi/chef-cookbook-hostname' |
| 13 | +cookbook 'hostnames', '= 0.3.1' |
| 14 | + |
| 15 | +cookbook 'locale', '~> 1.1.0' |
| 16 | + |
| 17 | +#cookbook 'memcached', github: 'opscode-cookbooks/memcached' |
| 18 | +cookbook 'memcached', '~> 3.0.0' |
| 19 | + |
| 20 | +#cookbook 'mysql', github: 'opscode-cookbooks/mysql' |
| 21 | +cookbook 'mysql', '~> 5.6.3' |
| 22 | + |
| 23 | +#cookbook 'ntp', github: 'gmiranda23/ntp' |
| 24 | +cookbook 'ntp', '~> 2.0.0' |
| 25 | + |
| 26 | +#cookbook 'openssh', github: 'opscode-cookbooks/openssh' |
| 27 | +cookbook 'openssh', '= 1.2.2' |
| 28 | + |
| 29 | +cookbook 'postgresql', '~> 4.0.6' |
| 30 | + |
| 31 | +# cookbook 'sudo', github: 'opscode-cookbooks/sudo' |
| 32 | +cookbook 'sudo', '~> 2.9.0' |
| 33 | + |
| 34 | +# cookbook 'ufw', github: 'opscode-cookbooks/ufw' |
| 35 | +cookbook 'ufw', '~> 1.0.0' |
| 36 | +cookbook 'firewall', '~> 2.5.2' |
| 37 | + |
15 | 38 | cookbook 'nginx', github: 'miketheman/nginx' |
16 | | -cookbook 'ntp', github: 'gmiranda23/ntp' |
17 | | -cookbook 'openssh', github: 'opscode-cookbooks/openssh' |
18 | | -cookbook 'postgresql', github: 'opscode-cookbooks/postgresql' |
| 39 | + |
| 40 | +cookbook 'users', '~> 2.0.3' |
| 41 | + |
19 | 42 | cookbook 'rails_gem_dependencies-tlq', github: 'TalkingQuickly/rails_gem_dependencies-tlq' |
20 | | -cookbook 'rbenv', github: 'fnichol/chef-rbenv' |
| 43 | +cookbook 'ruby_rbenv', github: 'fnichol/chef-rbenv' |
21 | 44 | cookbook 'redis-server', github: 'TalkingQuickly/redis-server' |
22 | | -cookbook 'sudo', github: 'opscode-cookbooks/sudo' |
23 | | -cookbook 'ufw', github: 'opscode-cookbooks/ufw' |
24 | | -cookbook 'users', github: 'opscode-cookbooks/users' |
| 45 | +cookbook 'monit-tlq', github: 'TalkingQuickly/monit-tlq', branch: 'master' |
| 46 | +cookbook 'monit_configs-tlq', github: 'TalkingQuickly/monit_configs-tlq', branch: 'master' |
0 commit comments