From 24dc69a9a97e82a6e4207de68d6dcc664178249b Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Tue, 30 Oct 2012 10:39:35 -0400 Subject: [OC-3564] move core Chef to the repo root \o/ \m/ The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! --- lib/chef/dsl.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/chef/dsl.rb (limited to 'lib/chef/dsl.rb') diff --git a/lib/chef/dsl.rb b/lib/chef/dsl.rb new file mode 100644 index 0000000000..74244fafbb --- /dev/null +++ b/lib/chef/dsl.rb @@ -0,0 +1,5 @@ +require 'chef/dsl/recipe' +require 'chef/dsl/platform_introspection' +require 'chef/dsl/data_query' +require 'chef/dsl/include_recipe' +require 'chef/dsl/include_attribute' -- cgit v1.2.1