Merge branch 'jenkins-build-25' into 'master'
Auto-merge for build 25 See merge request puppet/postgresql_cd!22
This commit is contained in:
@@ -173,7 +173,7 @@ class postgresql_cd::server::pghba::pg_hba (
|
||||
concat { $pl_pg_hba_conf:
|
||||
ensure => present,
|
||||
owner => 'postgres',
|
||||
mode => '0640',
|
||||
mode => '0600',
|
||||
notify => Service[$pl_service],
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ class postgresql_cd::server::pghba::pg_hba (
|
||||
concat { $pl_pg_hba_conf:
|
||||
ensure => present,
|
||||
owner => 'postgres',
|
||||
mode => '0640',
|
||||
mode => '0600',
|
||||
notify => Service[$pl_service],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user