Skip to content

Commit 80f8984

Browse files
author
Daniel Wright
committed
Couple $datadir and $logdir to Postgres minor version
1 parent 026338c commit 80f8984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/params.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
include boxen::config
77

88
$executable = "${boxen::config::home}/homebrew/bin/postgres"
9-
$datadir = "${boxen::config::datadir}/postgresql"
10-
$logdir = "${boxen::config::logdir}/postgresql"
9+
$datadir = "${boxen::config::datadir}/postgresql-9.3"
10+
$logdir = "${boxen::config::logdir}/postgresql-9.3"
1111
$port = 15432
1212

1313
$package = 'boxen/brews/postgresql'

0 commit comments

Comments
 (0)