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

Commit

Permalink
Fix bindir/binpath mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodlad committed Dec 18, 2014
1 parent e7d7c4e commit 5c9d112
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 @@ -6,7 +6,7 @@
include boxen::config

$bindir = "${boxen::config::homebrewdir}/bin"
$executable = "${binpath}/postgres"
$executable = "${bindir}/postgres"
$datadir = "${boxen::config::datadir}/postgresql"
$logdir = "${boxen::config::logdir}/postgresql"
$port = 15432
Expand Down

0 comments on commit 5c9d112

Please sign in to comment.