summaryrefslogtreecommitdiff
path: root/omnibus/Berksfile
blob: 72dcf108fec3caf07e766b67fade80fe66f502d0 (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