diff --git a/.vagrant-puppet/modules/pgsql/manifests/init.pp b/.vagrant-puppet/modules/pgsql/manifests/init.pp index 18434a71a..36e12bb11 100644 --- a/.vagrant-puppet/modules/pgsql/manifests/init.pp +++ b/.vagrant-puppet/modules/pgsql/manifests/init.pp @@ -37,8 +37,6 @@ class pgsql { file { '/var/lib/pgsql/data/pg_hba.conf': content => template('pgsql/pg_hba.conf.erb'), - owner => 'root', - group => 'root', require => [Package['postgresql-server'], Exec['initdb']], notify => Service['postgresql'] }