summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/types/service.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/types/service.rb b/test/types/service.rb
index 720f38350..3a8ba089a 100644
--- a/test/types/service.rb
+++ b/test/types/service.rb
@@ -37,6 +37,8 @@ class TestInitService
case Facter["operatingsystem"].value.downcase
when "solaris":
return ["smtp", "xf"]
+ when "redhat":
+ return ["sshd"]
end
end
@@ -134,6 +136,8 @@ class TestLocalService < Test::Unit::TestCase
return {"hddtemp" => {}}
when "centos":
return {"cups" => {:hasstatus => true}}
+ when "redhat":
+ return {"saslauthd" => {:hasstatus => true}}
end
Puppet.notice "No test services for %s-%s" %