Fix merge issue from AMZ linux patch
This commit is contained in:
parent
3a180d80cb
commit
5f705ddf32
1 changed files with 0 additions and 6 deletions
|
@ -88,12 +88,6 @@ class postgresql::params(
|
|||
case $::osfamily {
|
||||
'RedHat', 'Linux': {
|
||||
$needs_initdb = true
|
||||
$initdb_path = '/usr/bin/initdb'
|
||||
$createdb_path = '/usr/bin/createdb'
|
||||
$psql_path = '/usr/bin/psql'
|
||||
$datadir = '/var/lib/pgsql/data/'
|
||||
$pg_hba_conf_path = '/var/lib/pgsql/data/pg_hba.conf'
|
||||
$postgresql_conf_path = '/var/lib/pgsql/data/postgresql.conf'
|
||||
$firewall_supported = true
|
||||
$persist_firewall_command = '/sbin/iptables-save > /etc/sysconfig/iptables'
|
||||
|
||||
|
|
Loading…
Reference in a new issue