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! --- spec/data/cookbooks/apache2/recipes/default.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spec/data/cookbooks/apache2/recipes/default.rb (limited to 'spec/data/cookbooks/apache2/recipes/default.rb') diff --git a/spec/data/cookbooks/apache2/recipes/default.rb b/spec/data/cookbooks/apache2/recipes/default.rb new file mode 100644 index 0000000000..c2fa53be32 --- /dev/null +++ b/spec/data/cookbooks/apache2/recipes/default.rb @@ -0,0 +1,3 @@ +# +# Nothing ot see here +# \ No newline at end of file -- cgit v1.2.1