summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/aix.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/aix.rb')
-rw-r--r--lib/chef/provider/service/aix.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/provider/service/aix.rb b/lib/chef/provider/service/aix.rb
index 6f70f797b9..0aef62c62e 100644
--- a/lib/chef/provider/service/aix.rb
+++ b/lib/chef/provider/service/aix.rb
@@ -24,6 +24,8 @@ class Chef
class Aix < Chef::Provider::Service
attr_reader :status_load_success
+ provides :service, os: "aix"
+
def initialize(new_resource, run_context)
super
end