Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 5c9d112

Browse files
committed
Fix bindir/binpath mixup
1 parent e7d7c4e commit 5c9d112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include boxen::config
77

88
$bindir = "${boxen::config::homebrewdir}/bin"
9-
$executable = "${binpath}/postgres"
9+
$executable = "${bindir}/postgres"
1010
$datadir = "${boxen::config::datadir}/postgresql"
1111
$logdir = "${boxen::config::logdir}/postgresql"
1212
$port = 15432

0 commit comments

Comments
 (0)