MODULES-1213 fix typo
This commit is contained in:
parent
6f2c70fb95
commit
8ad12ece49
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class postgresql::lib::devel(
|
|||
}
|
||||
|
||||
if $link_pg_config {
|
||||
if ( $postgresql::params::bindir != '/usr/bin' and $postgresql::params::bindir != '/usr/loca/bin') {
|
||||
if ( $postgresql::params::bindir != '/usr/bin' and $postgresql::params::bindir != '/usr/local/bin') {
|
||||
file {'/usr/bin/pg_config':
|
||||
ensure => link,
|
||||
target => "${postgresql::params::bindir}/pg_config",
|
||||
|
|
Loading…
Reference in a new issue