summaryrefslogtreecommitdiff
path: root/chef/examples/config/nodes/default.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2009-04-25 08:58:54 -0700
committerAdam Jacob <adam@hjksolutions.com>2009-04-25 08:58:54 -0700
commit675ed6c6ed7507c392cab1ccac9335d46a045527 (patch)
treefd27cde883be124860d9e148ea5e24d96910d96a /chef/examples/config/nodes/default.rb
parent1cc336a8c62569451b60ca5062ded11d79758f2a (diff)
downloadchef-675ed6c6ed7507c392cab1ccac9335d46a045527.tar.gz
Removing old/spurious data in the examples directory
Diffstat (limited to 'chef/examples/config/nodes/default.rb')
-rw-r--r--chef/examples/config/nodes/default.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/chef/examples/config/nodes/default.rb b/chef/examples/config/nodes/default.rb
deleted file mode 100644
index d365690c60..0000000000
--- a/chef/examples/config/nodes/default.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-##
-# Nodes can set arbitrary arguments
-##
-owner "Adam Jacob"
-
-##
-# Nodes should have recipes
-##
-recipes "tempfile", "fakefile"