summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-07-09 23:23:49 +0200
committermh <mh@immerda.ch>2014-07-09 23:23:49 +0200
commit535bb09801beca535d805eedc97351815dc6c2e5 (patch)
treea0eca3c4891d746724b9f6ff893464247b0a8fdd
parent18dc5a99283a0b2c9a448fcd43c906e7ff173abd (diff)
get rid off lsb facts
-rw-r--r--manifests/postgres.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
index d2c967b..f43c360 100644
--- a/manifests/postgres.pp
+++ b/manifests/postgres.pp
@@ -1,5 +1,5 @@
class rubygems::postgres {
- if $::operatingsystem == 'CentOS' and $::lsbmajdistrelease > 5 {
+ if $::operatingsystem == 'CentOS' and $::operatingsystemmajrelease > 5 {
package{'rubygem-pg':
ensure => installed,
}