summaryrefslogtreecommitdiff
path: root/lib/chef/node.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-09-08 23:37:25 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-09-08 23:37:25 -0700
commitfb2f31f253b8cb4bb004a0371c1c729aa975e64c (patch)
tree924a2389c4be2325ba8f3eb63f26b520fb3590ac /lib/chef/node.rb
parent0da4ec949d5a1607047b7746f8cce449164056ec (diff)
downloadchef-fb2f31f253b8cb4bb004a0371c1c729aa975e64c.tar.gz
Adding specs for new resource types, fixes to node, mixin::template
Diffstat (limited to 'lib/chef/node.rb')
-rw-r--r--lib/chef/node.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/node.rb b/lib/chef/node.rb
index 83cd134e92..9ad20cddc8 100644
--- a/lib/chef/node.rb
+++ b/lib/chef/node.rb
@@ -238,11 +238,6 @@ class Chef
@couchdb_rev = results["rev"]
end
- # Whether or not there is an OpenID Registration with this key.
- def self.has_key?(name)
- Chef::CouchDB.new.has_key?("node", name)
- end
-
# Set up our CouchDB design document
def self.create_design_document
Chef::CouchDB.new.create_design_document("nodes", DESIGN_DOCUMENT)