Method: Chef::Provider::Service#load_current_resource
- Defined in:
- lib/chef/provider/service.rb
#load_current_resource ⇒ Object
38 39 40 41 42 |
# File 'lib/chef/provider/service.rb', line 38 def load_current_resource supports[:status] = false if supports[:status].nil? supports[:reload] = false if supports[:reload].nil? supports[:restart] = false if supports[:restart].nil? end |