diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index 97d9ae6..211df4b 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -31,7 +31,7 @@ class couchdb::base { # couchrest gem is required for couch-doc-update script, # and it needs the ruby-dev package installed to build - if versioncmp($::operatingsystemmajrelease}", '8') < 0 { + if versioncmp("${::operatingsystemmajrelease}", '8') < 0 { $couchrest_version = '1.2' } else { |