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

Commit 898e79a

Browse files
committed
Don't assume homebrew is in ::boxen_root
We have a config var for it; use it. Conflicts: manifests/params.pp
1 parent 39fa57e commit 898e79a

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
@@ -5,7 +5,7 @@
55
Darwin: {
66
include boxen::config
77

8-
$executable = "${boxen::config::home}/homebrew/bin/postgres"
8+
$executable = "${boxen::config::homebrewdir}/bin/postgres"
99
$datadir = "${boxen::config::datadir}/postgresql"
1010
$logdir = "${boxen::config::logdir}/postgresql"
1111
$port = 15432

0 commit comments

Comments
 (0)