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

Commit e2206a4

Browse files
committed
Merge pull request #33 from boxen/use-correct-homebrew-root-var
Don't assume homebrew is in boxen::config::home
2 parents 93caf23 + cdb8e9a commit e2206a4

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-9.3"
1010
$logdir = "${boxen::config::logdir}/postgresql-9.3"
1111
$port = 15432

0 commit comments

Comments
 (0)