summaryrefslogtreecommitdiff
path: root/lib/chef/resource/link.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-07-10 19:58:43 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-07-10 19:58:43 -0700
commitd734c714c1e7598ddba40b47c26d10f002e06420 (patch)
treef45f547500cc1bcb10a1fad4bb5af5213736c2e9 /lib/chef/resource/link.rb
parentc4e77b13c03d4d43b94b051cc819ff83a42f0ab5 (diff)
downloadchef-d734c714c1e7598ddba40b47c26d10f002e06420.tar.gz
Adding functional search support
Diffstat (limited to 'lib/chef/resource/link.rb')
-rw-r--r--lib/chef/resource/link.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/link.rb b/lib/chef/resource/link.rb
index 743ef5ea73..5ec3b39b25 100644
--- a/lib/chef/resource/link.rb
+++ b/lib/chef/resource/link.rb
@@ -22,9 +22,9 @@ class Chef
class Resource
class Link < Chef::Resource
- def initialize(name, collection=nil)
+ def initialize(name, collection=nil, node=nil)
@resource_name = :link
- super(name, collection)
+ super(name, collection, node)
@source_file = name
@action = :create
@link_type = :symbolic