Skip to content

Commit fe426b0

Browse files
mmarodnpwalker
authored andcommitted
when umask is restrictive (eg: 0077), the pe-postgres user cannot access /opt/puppetlabs/pe_databases/scripts because the mode becomes 0700 and is owned by root
1 parent e6b3ff0 commit fe426b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/init.pp

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
file { [$install_dir, $scripts_dir] :
1616
ensure => directory,
17+
mode => '0755',
1718
}
1819

1920
if $manage_database_maintenance {

0 commit comments

Comments
 (0)