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

Commit

Permalink
Don't assume homebrew is in ::boxen_root
Browse files Browse the repository at this point in the history
We have a config var for it; use it.

Conflicts:
	manifests/params.pp
  • Loading branch information
dgoodlad committed Dec 11, 2014
1 parent 39fa57e commit 898e79a
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 @@ -5,7 +5,7 @@
Darwin: {
include boxen::config

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

0 comments on commit 898e79a

Please sign in to comment.