diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-23 11:50:11 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-23 11:50:11 -0700 |
commit | 198adcec78affb0d6c820bf0449ac60b29f517d7 (patch) | |
tree | 4133440650216cd405914ab77e3eb79f6799c7c5 /lib/chef/resource/service.rb | |
parent | 52589c1aa6106b54f938780d9e9e7965a7b165e9 (diff) | |
download | chef-198adcec78affb0d6c820bf0449ac60b29f517d7.tar.gz |
Minor improvements to the resource descriptions
Update things so we spit out better docs.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/service.rb')
-rw-r--r-- | lib/chef/resource/service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/service.rb b/lib/chef/resource/service.rb index 25cc84b163..50a7dda437 100644 --- a/lib/chef/resource/service.rb +++ b/lib/chef/resource/service.rb @@ -82,7 +82,7 @@ class Chef # specify overrides for the start_command, stop_command and # restart_command properties. property :init_command, String, - description: "The path to the init script that is associated with the service. Use init_command to prevent the need to specify overrides for the start_command, stop_command, and restart_command properties. When this property is not specified, the #{Chef::Dist::CLIENT} will use the default init command for the service provider being used.", + description: "The path to the init script that is associated with the service. Use init_command to prevent the need to specify overrides for the start_command, stop_command, and restart_command properties. When this property is not specified, the #{Chef::Dist::PRODUCT} will use the default init command for the service provider being used.", desired_state: false # if the service is enabled or not |