summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authormarkgibbons <mark.gibbons@nordstrom.com>2017-01-17 10:28:45 -0800
committermarkgibbons <mark.gibbons@nordstrom.com>2017-01-17 10:28:45 -0800
commit0e821ded4d2b498b993542397fff0a4570730422 (patch)
treee7f8f27ece4fc1ae60c8ec62cf3c11d4bce1d5b0 /lib/chef/resource
parent5e75740ed6347d06494a1001e1111f87a7b0fe75 (diff)
downloadchef-0e821ded4d2b498b993542397fff0a4570730422.tar.gz
smf_recursive_dependencies: Fix resource definition
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/service.rb b/lib/chef/resource/service.rb
index 4e87966552..460af74acd 100644
--- a/lib/chef/resource/service.rb
+++ b/lib/chef/resource/service.rb
@@ -215,7 +215,7 @@ class Chef
def options(arg = nil)
set_or_return(
- :user,
+ :options,
arg,
:kind_of => [ Array, String ]
)