Skip to content

Instantly share code, notes, and snippets.

@sbates
Created May 30, 2013 18:57
Show Gist options
  • Select an option

  • Save sbates/5680217 to your computer and use it in GitHub Desktop.

Select an option

Save sbates/5680217 to your computer and use it in GitHub Desktop.
a berksfile for a monitoring cookbook
metadata
cookbook 'runit', '1.1.5', path: '/Users/saschabX/github/runit'
#cookbook 'sensu', git: 'git://github.com/sensu/sensu-chef.git'
cookbook 'sensu', path: '/Users/saschabX/github/sensu-chef'
#cookbook 'redis', git: 'git://github.com/miah/chef-redis'
cookbook 'redis', path: '/Users/saschabX/github/chef-redis'
cookbook 'erlang', path: '/Users/saschabX/github/erlang'
cookbook 'yum', '2.2.3', git: 'git://github.com/opscode-cookbooks/yum.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment