summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-08-27 14:52:55 +0200
committermh <mh@immerda.ch>2013-08-27 14:52:55 +0200
commit18dc5a99283a0b2c9a448fcd43c906e7ff173abd (patch)
treea67c6c8bf420bb1b1c3f834f672e72d97f07a90f
parent9d1dea86c8826bfb6b6cc9421ba97cdf87084a19 (diff)
fix topscope variable
-rw-r--r--manifests/postgres.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
index 00f09be..d2c967b 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 $::lsbmajdistrelease > 5 {
package{'rubygem-pg':
ensure => installed,
}