Skip to content

Commit cb52904

Browse files
nginx isnt allowed to write into tmp directories, due to permissions of the parent directory
1 parent 888a74b commit cb52904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/config.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200

201201
file { $run_dir:
202202
ensure => directory,
203+
mode => '0644',
203204
}
204205

205206
if $nginx::manage_snippets_dir {

0 commit comments

Comments
 (0)