summaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index 17de50e..b8b50bb 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -1,7 +1,7 @@
# manage the mail rubygem
class rubygems::mail {
if ($::osfamily == 'RedHat') and
- versioncmp($::operatingsystemmajrelease,'6') > 0 {
+ versioncmp($::operatingsystemrelease,'6') > 0 {
package{'rubygem-mail':
ensure => present,
}