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 39f9206 + 937f882 commit f2e075dCopy full SHA for f2e075d
manifests/params.pp
@@ -164,7 +164,7 @@
164
$bindir = pick($bindir, '/usr/local/bin')
165
$datadir = pick($datadir, '/usr/local/pgsql/data')
166
$confdir = pick($confdir, $datadir)
167
- $service_status = pick($service_status, "/usr/local/etc/rc.d/${service_name} status")
+ $service_status = pick($service_status, "/usr/local/etc/rc.d/${service_name} onestatus")
168
$psql_path = pick($psql_path, "${bindir}/psql")
169
170
$needs_initdb = pick($needs_initdb, true)
0 commit comments