Skip to content

Commit

Permalink
update test for #864
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored Aug 31, 2016
1 parent 7db4422 commit 2f52c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/resource_vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
default_params.merge(uwsgi: 'uwsgi_upstream')
end

it { should contain_file('/etc/nginx/uwsgi_params').with_mode('0770') }
it { should contain_file('/etc/nginx/uwsgi_params').with_mode('0660') }
end

context 'when listen_port == ssl_port' do
Expand Down

0 comments on commit 2f52c80

Please sign in to comment.