Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
[COOK-3564] Replace calls to Chef::Mixin::RecipeDefinitionDSLCore
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Vargo <[email protected]>
  • Loading branch information
tojofo authored and sethvargo committed Sep 23, 2013
1 parent 94c87b5 commit 1da3e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See [COOK-1820](http://tickets.opscode.com/browse/COOK-1820).
Requirements
============

Chef 0.10.0 or higher required (for Chef environment use).
Chef 0.11.0 or higher required (for Chef environment use).

The previous dependencies have been moved out to the
application-stack-specific cookbooks, and this cookbook has no
Expand Down
2 changes: 1 addition & 1 deletion resources/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

require 'weakref'

include Chef::Mixin::RecipeDefinitionDSLCore
include Chef::DSL::IncludeRecipe

def initialize(*args)
super
Expand Down

0 comments on commit 1da3e04

Please sign in to comment.