summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-03 19:48:37 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-05 11:10:13 -0800
commitc68f48a817b10d11786ecce9d73e4c7664523120 (patch)
treeee8b9f250712af1a8a30f0feb93cd39cb27ac8f1
parentdfcf60a2f4cf89a9ff1af23e402462a3ef0f5e80 (diff)
downloadchef-c68f48a817b10d11786ecce9d73e4c7664523120.tar.gz
More yard for chef-utils
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef-utils/lib/chef-utils/dsl/service.rb1
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 41478f85fe..32fb8cf5a6 100644
--- a/chef-utils/lib/chef-utils/dsl/service.rb
+++ b/chef-utils/lib/chef-utils/dsl/service.rb
@@ -71,6 +71,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]
#