summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasu1105 <vasundhara.jagdale@msystechnologies.com>2019-01-31 10:46:45 +0530
committerVasu1105 <vasundhara.jagdale@msystechnologies.com>2019-01-31 10:46:45 +0530
commit75b5a490bb4ca85b857793bfb18ed3c2aabca691 (patch)
treea3a8cbc3bb211af45931a53f8b432c7b6da310a9
parent67713f99594f4d659bec24bde4fd17dcbc0383c0 (diff)
downloadchef-75b5a490bb4ca85b857793bfb18ed3c2aabca691.tar.gz
Added back the resource name as per review
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
-rw-r--r--lib/chef/resource/execute.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index ac797a14b4..3f4b74bd96 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -22,6 +22,7 @@ require "chef/resource"
class Chef
class Resource
class Execute < Chef::Resource
+ resource_name :execute
provides :execute
description "Use the execute resource to execute a single command. Commands that"\
" are executed with this resource are (by their nature) not idempotent,"\