From 4cca1d3a62f6b1b8aa12b3118d352e12119f4f59 Mon Sep 17 00:00:00 2001 From: Douglas Thrift Date: Thu, 7 Jun 2012 00:42:41 +0000 Subject: [PATCH] [README.rdoc] Abstract Cookbook not Default Recipe! --- README.rdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index 15214e5be..bae348ac7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -156,10 +156,10 @@ is defined in cookbooks/sys_firewall/resources/default.rb and the cookbooks/rightscale/resources/server_collection.rb. Light weight resources have accompanying providers; these are located in the providers/ subdirectories of cookbooks and will either be in the same -cookbook as the resource or, in the case of the Default Recipe pattern, in the -each of the implementation cookbooks. In the RightScale cookbooks, definitions -are prefixed with the cookbook name; they are located in the -definitions/ directory in the cookbook (for example +cookbook as the resource or, in the case of the Abstract Cookbooks (see below) +pattern, in the each of the implementation cookbooks. In the RightScale +cookbooks, definitions are prefixed with the cookbook name; they are located in +the definitions/ directory in the cookbook (for example rightscale_marker is defined in cookbooks/rightscale/definitions/rightscale_marker.rb).