summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/dsl/service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-utils/lib/chef-utils/dsl/service.rb')
-rw-r--r--chef-utils/lib/chef-utils/dsl/service.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/service.rb b/chef-utils/lib/chef-utils/dsl/service.rb
index 32fb8cf5a6..2ab44383da 100644
--- a/chef-utils/lib/chef-utils/dsl/service.rb
+++ b/chef-utils/lib/chef-utils/dsl/service.rb
@@ -28,6 +28,8 @@ module ChefUtils
# Returns if debian's old rc.d manager is installed (not necessarily the primary init system).
#
+ # @since 15.5
+ #
# @return [Boolean]
#
def debianrcd?
@@ -36,6 +38,8 @@ module ChefUtils
# Returns if debian's old invoke rc.d manager is installed (not necessarily the primary init system).
#
+ # @since 15.5
+ #
# @return [Boolean]
#
def invokercd?
@@ -44,6 +48,8 @@ module ChefUtils
# Returns if upstart is installed (not necessarily the primary init system).
#
+ # @since 15.5
+ #
# @return [Boolean]
#
def upstart?
@@ -52,6 +58,8 @@ module ChefUtils
# Returns if insserv is installed (not necessarily the primary init system).
#
+ # @since 15.5
+ #
# @return [Boolean]
#
def insserv?
@@ -60,6 +68,8 @@ module ChefUtils
# Returns if redhat's init system is installed (not necessarily the primary init system).
#
+ # @since 15.5
+ #
# @return [Boolean]
#
def redhatrcd?