summaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index a7c5f1a..4afa0c7 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -4,4 +4,8 @@ class rubygems::mail {
ensure => present,
provider => gem,
}
+
+ if $rubyversion == '1.8.6' {
+ require rubygems::tlsmail
+ }
}