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 77fd8aa + fa9a21c commit 9534a43Copy full SHA for 9534a43
manifests/params.pp
@@ -135,7 +135,7 @@
135
$confdir = pick($confdir, $datadir)
136
$psql_path = pick($psql_path, "${bindir}/psql")
137
138
- $service_status = $service_status
+ $service_status = pick($service_status, "systemctl status ${service_name}")
139
$service_reload = "systemctl reload ${service_name}"
140
$python_package_name = pick($python_package_name, 'python-psycopg2')
141
# Archlinux does not have a perl::DBD::Pg package
0 commit comments