-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathBerksfile
20 lines (16 loc) · 933 Bytes
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- mode: ruby -*-
# vi: set ft=ruby :
# encoding: utf-8
site :opscode
metadata
group :test do
cookbook "apt", :git => "https://github.com/opscode-cookbooks/apt.git"
cookbook "osops-utils", :git => "https://github.com/rcbops-cookbooks/osops-utils.git", :branch => "grizzly"
cookbook "sysctl", :git => "https://github.com/rcbops-cookbooks/sysctl.git", :branch => "grizzly"
cookbook "yum", :git => "https://github.com/opscode-cookbooks/yum.git"
cookbook "collectd", :git => "https://github.com/rcbops-cookbooks/collectd.git", :branch => 'grizzly'
cookbook "collectd-plugins", :git => "https://github.com/rcbops-cookbooks/collectd-plugins.git", :branch => 'grizzly'
cookbook "monitoring", :git => "https://github.com/rcbops-cookbooks/monitoring.git", :branch => 'grizzly'
# use specific version until minitest file discovery is fixed
cookbook "minitest-handler", "0.1.7"
end