diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/provider/service/aix.rb | 2 |
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 |