summaryrefslogtreecommitdiff
path: root/omnibus/config/software/chef-appbundle.rb
blob: 19228738c33e322d139a2a5bee964f160abdd91c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name "chef-appbundle"
default_version "local_source"
source path: project.files_path

dependency "chef"

build do
  # This is where we get the definitions below
  require_relative "../../files/chef-appbundle/build-chef-appbundle"
  extend BuildChefAppbundle

  appbundle_gem "chef"
  appbundle_gem "ohai"
end