We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22cf23e + 1c32ba1 commit 46dad7aCopy full SHA for 46dad7a
manifests/params.pp
@@ -278,7 +278,7 @@
278
$bindir = pick($bindir, "/usr/lib/postgresql${version}/bin")
279
$datadir = pick($datadir, '/var/lib/pgsql/data')
280
$confdir = pick($confdir, $datadir)
281
- if $::operatingsystem == 'SLES' and versioncmp($::operatingsystemrelease, 11.4) <= 0 {
+ if $::operatingsystem == 'SLES' and versioncmp($::operatingsystemrelease, '11.4') <= 0 {
282
$service_status = pick($service_status, "/etc/init.d/${service_name} status")
283
$service_reload = "/etc/init.d/${service_name} reload"
284
} else {
0 commit comments