Skip to content

Instantly share code, notes, and snippets.

@obazoud
Created March 23, 2014 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obazoud/9730054 to your computer and use it in GitHub Desktop.
Save obazoud/9730054 to your computer and use it in GitHub Desktop.
berkshelf hangs 100% CPU
# -*- mode: ruby; coding: utf-8; -*-
source "http://api.berkshelf.com"
# Official Opscode cookbooks / Community
cookbook 'apt', git: 'https://github.com/opscode-cookbooks/apt.git', tag: 'v2.3.8'
cookbook 'ark', git: 'https://github.com/opscode-cookbooks/ark.git', tag: 'v0.7.0'
cookbook 'build-essential', git: 'https://github.com/opscode-cookbooks/build-essential.git', tag: 'v2.0.0'
cookbook 'chef-client', git: 'https://github.com/opscode-cookbooks/chef-client.git', tag: 'v3.2.0'
cookbook 'chef_handler', git: 'https://github.com/opscode-cookbooks/chef_handler.git', tag: 'v1.1.5'
cookbook 'chef-server', git: 'https://github.com/opscode-cookbooks/chef-server.git', tag: 'v2.1.0'
cookbook 'sudo', git: 'https://github.com/opscode-cookbooks/sudo.git', tag: 'v2.5.2'
cookbook 'users', git: 'https://github.com/sethvargo-cookbooks/users.git', tag: 'v1.7.0'
cookbook 'vim', git: 'https://github.com/opscode-cookbooks/vim.git', tag: 'v1.1.2'
cookbook 'yum', git:'https://github.com/opscode-cookbooks/yum.git', tag: 'v3.1.4'
cookbook 'yum-epel', git:'https://github.com/opscode-cookbooks/yum-epel.git', tag: 'v0.3.4'
cookbook 'zsh', git: 'https://github.com/opscode-cookbooks/zsh.git', tag: '1.0.0'
cookbook 'tomcat', git: 'https://github.com/opscode-cookbooks/tomcat.git', tag: 'v0.15.6'
# Third party cookbooks
cookbook 'motd', git: 'https://github.com/flinc-chef/motd.git', tag: 'v0.4.0'
cookbook 'graphite', git: 'https://github.com/hw-cookbooks/graphite.git', tag: 'v0.4.8'
cookbook 'collectd', git: 'https://github.com/hectcastro/chef-collectd.git', ref: '1e0452c345ce2fe1d07b2d3ff51e5f1ebc8612ea'
cookbook 'graphitus', git: 'https://github.com/kisoku/graphitus-chef.git', ref: 'fa59f145d0a71f9bb1bdc39bd6cb47e5f7b7c757'
cookbook 'grafana', git: 'https://github.com/dzautner/grafana-cookbook.git', ref: '101a3659d47a086c5152b4c0a80a619e82b1a74e'
cookbook 'screen', git: 'https://github.com/stevendanna/screen.git', ref: '0.8.0'
cookbook 'chef-solo-search', git: 'https://github.com/edelight/chef-solo-search.git', tag: '0.5.1'
cookbook 'java', git: 'https://github.com/socrata-cookbooks/java.git', tag: 'v1.21.2'
cookbook 'mongodb', git: 'https://github.com/edelight/chef-mongodb.git', tag: '0.15.0'
cookbook 'seyren', git: 'https://github.com/obazoud/chef-seyren.git'
cookbook 'icinga', git: 'https://github.com/Bigpoint/icinga.git', tag: '0.1.155'
cookbook 'chef-graphite_handler', git: 'https://github.com/realityforge/chef-graphite_handler', tag: '0.0.10'
# Site cookbooks
cookbook 'base', path: './site-cookbooks/base'
cookbook 'monitoring', path: './site-cookbooks/monitoring'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment