summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/simple.rb
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-06-20 14:26:32 +0100
committerStuart Preston <stuart@chef.io>2018-06-20 14:26:32 +0100
commiteaac3e8f2fb695b47cde9b595e87d83e3b23d984 (patch)
tree42455e9b395ecc14fc7f3aaa9f875abefd620cbf /lib/chef/provider/service/simple.rb
parent08bd853e9fe52a92c310e1ff2a5171324998b593 (diff)
parentf960c7f3b7c58c80a2e104ed631d97190b272b4e (diff)
downloadchef-eaac3e8f2fb695b47cde9b595e87d83e3b23d984.tar.gz
Merge branch 'master' into sp/ffi-powershell
Signed-off-by: <>
Diffstat (limited to 'lib/chef/provider/service/simple.rb')
-rw-r--r--lib/chef/provider/service/simple.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/service/simple.rb b/lib/chef/provider/service/simple.rb
index 3270deb781..9bfcbb1410 100644
--- a/lib/chef/provider/service/simple.rb
+++ b/lib/chef/provider/service/simple.rb
@@ -163,6 +163,7 @@ class Chef
end
def ps_cmd
+ # XXX: magic attributes are a shitty api, need something better here and deprecate this attribute
@run_context.node[:command] && @run_context.node[:command][:ps]
end
end