diff options
author | kaustubh-d <kaustubh@clogeny.com> | 2014-10-28 14:44:59 +0530 |
---|---|---|
committer | kaustubh-d <kaustubh@clogeny.com> | 2014-10-28 14:44:59 +0530 |
commit | 0dd4132d0e1ca5d805cebc3756391b4dc5eda837 (patch) | |
tree | dd110f92f4c389a70eb6576eeba91d786e77070b | |
parent | 0162b963e177ecee23011a43e3c9229b4d32d991 (diff) | |
download | chef-0dd4132d0e1ca5d805cebc3756391b4dc5eda837.tar.gz |
add provides to aix service provider
-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 |