diff options
Diffstat (limited to 'omnibus/config/software/chef-appbundle.rb')
-rw-r--r-- | omnibus/config/software/chef-appbundle.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/omnibus/config/software/chef-appbundle.rb b/omnibus/config/software/chef-appbundle.rb deleted file mode 100644 index 8ea21103fb..0000000000 --- a/omnibus/config/software/chef-appbundle.rb +++ /dev/null @@ -1,18 +0,0 @@ -name "chef-appbundle" -default_version "local_source" - -license :project_license -skip_transitive_dependency_licensing true - -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 |