summaryrefslogtreecommitdiff
path: root/omnibus/Berksfile
blob: 4e6a878bf4f5bea97ee0f73970f31fe53cbd696d (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: 'chef-cookbooks/omnibus'

group :integration do
  cookbook "apt"
  cookbook "freebsd"
  cookbook "yum-epel"
end