summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macosx_service.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-28 11:17:10 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-01 08:02:05 -0700
commit5998cc7315507e649bb76f139c07715f6e590707 (patch)
treeda543eeb9183ba63cfea376c51207b31ed104f65 /lib/chef/resource/macosx_service.rb
parent16dbca593b2fef74d952c5e119313efbe2288670 (diff)
downloadchef-5998cc7315507e649bb76f139c07715f6e590707.tar.gz
Make resource_name call provides
Diffstat (limited to 'lib/chef/resource/macosx_service.rb')
-rw-r--r--lib/chef/resource/macosx_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/macosx_service.rb b/lib/chef/resource/macosx_service.rb
index f1ed4051cb..f2893d78da 100644
--- a/lib/chef/resource/macosx_service.rb
+++ b/lib/chef/resource/macosx_service.rb
@@ -22,6 +22,7 @@ class Chef
class Resource
class MacosxService < Chef::Resource::Service
+ resource_name :macosx_service
provides :macosx_service, os: "darwin"
provides :service, os: "darwin"