summaryrefslogtreecommitdiff
path: root/omnibus/Berksfile
blob: 614c6da6434c90f9812e262b6f2bdbdb35eeb1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source "https://supermarket.chef.io"

cookbook "omnibus"

# Uncomment to use the latest version of the Omnibus cookbook from GitHub
# cookbook 'omnibus', github: 'opscode-cookbooks/omnibus'

group :integration do
  cookbook "apt",      "~> 2.3"
  cookbook "freebsd",  "~> 0.1"
  cookbook "yum-epel", "~> 0.3"
end