We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df38b7 commit 1007d02Copy full SHA for 1007d02
spec/classes/nginx_spec.rb
@@ -325,13 +325,13 @@
325
is_expected.to contain_file('/run/nginx/client_body_temp').with(
326
ensure: 'directory',
327
group: 'root',
328
- mode: '0644'
+ mode: '0700'
329
)
330
else
331
is_expected.to contain_file('/var/nginx/client_body_temp').with(
332
333
334
335
336
end
337
@@ -341,13 +341,13 @@
341
is_expected.to contain_file('/run/nginx/proxy_temp').with(
342
343
344
345
346
347
is_expected.to contain_file('/var/nginx/proxy_temp').with(
348
349
350
351
352
353
0 commit comments