summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/template.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/mixin/template.rb
parent0da4ec949d5a1607047b7746f8cce449164056ec (diff)
downloadchef-fb2f31f253b8cb4bb004a0371c1c729aa975e64c.tar.gz
Adding specs for new resource types, fixes to node, mixin::template
Diffstat (limited to 'lib/chef/mixin/template.rb')
-rw-r--r--lib/chef/mixin/template.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/mixin/template.rb b/lib/chef/mixin/template.rb
index e2ea6a3d11..f3980922a1 100644
--- a/lib/chef/mixin/template.rb
+++ b/lib/chef/mixin/template.rb
@@ -34,12 +34,6 @@ class Chef
final_tempfile
end
- # Render a string with Erubis. Takes a string and a context hash.
- def render_string(string, context)
- eruby = Erubis::Eruby.new(string)
- output = eruby.evaluate(context)
- end
-
end
end
end