diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-02-03 19:48:37 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-02-05 09:10:47 -0800 |
commit | a99442db693cd80900c81ccb7cb2fd8dcc57d4fb (patch) | |
tree | 65c0102a8bb3c8a8bb073534b8538c5ad98f2d34 /chef-utils | |
parent | 2d68bd08d27a7549e293e432766bbb139a56d4d2 (diff) | |
download | chef-a99442db693cd80900c81ccb7cb2fd8dcc57d4fb.tar.gz |
More yard for chef-utils
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/dsl/service.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/service.rb b/chef-utils/lib/chef-utils/dsl/service.rb index 567c0f4a33..2ab44383da 100644 --- a/chef-utils/lib/chef-utils/dsl/service.rb +++ b/chef-utils/lib/chef-utils/dsl/service.rb @@ -81,6 +81,7 @@ module ChefUtils # # @param [Symbol] type The type of init system. :initd, :upstart, :xinetd, :etc_rcd, or :systemd # @param [String] script The name of the service + # @since 15.5 # # @return [Boolean] # |