mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Vagrant/PostgreSQL: Remove owner and group settings from pg_hba.conf
This keeps postgres as owner and group. refs #4215
This commit is contained in:
parent
fc8584b6f8
commit
62c90f91e0
@ -37,8 +37,6 @@ class pgsql {
|
|||||||
|
|
||||||
file { '/var/lib/pgsql/data/pg_hba.conf':
|
file { '/var/lib/pgsql/data/pg_hba.conf':
|
||||||
content => template('pgsql/pg_hba.conf.erb'),
|
content => template('pgsql/pg_hba.conf.erb'),
|
||||||
owner => 'root',
|
|
||||||
group => 'root',
|
|
||||||
require => [Package['postgresql-server'], Exec['initdb']],
|
require => [Package['postgresql-server'], Exec['initdb']],
|
||||||
notify => Service['postgresql']
|
notify => Service['postgresql']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user