summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2014-01-23 14:27:47 -0800
committerdanielsdeleo <dan@opscode.com>2014-01-23 14:27:47 -0800
commit7ef17a8e4cb03bc37ab345f5dfe85a6110573711 (patch)
tree273405469403bde4a0c96cd842ec485b5d3a4bc0 /lib/chef/client.rb
parentc7c33f71e640e1690fd94b2fd923898da64010d1 (diff)
downloadchef-7ef17a8e4cb03bc37ab345f5dfe85a6110573711.tar.gz
Return node from Chef::Client#build_node
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 3b50874db9..b690dfb9a4 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -234,6 +234,7 @@ class Chef
def build_node
policy_builder.build_node
@run_status = Chef::RunStatus.new(node, events)
+ node
end
def setup_run_context