Skip to content

Commit

Permalink
Merge pull request #1410 from puppetlabs/arch-service-status
Browse files Browse the repository at this point in the history
Fix default value for $service_status on ArchLinux
  • Loading branch information
bastelfreak authored Jun 30, 2023
2 parents 77fd8aa + fa9a21c commit 9534a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
$confdir = pick($confdir, $datadir)
$psql_path = pick($psql_path, "${bindir}/psql")

$service_status = $service_status
$service_status = pick($service_status, "systemctl status ${service_name}")
$service_reload = "systemctl reload ${service_name}"
$python_package_name = pick($python_package_name, 'python-psycopg2')
# Archlinux does not have a perl::DBD::Pg package
Expand Down

0 comments on commit 9534a43

Please sign in to comment.