Skip to content

Commit

Permalink
update test for voxpupuli#864
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored and Oleksandr Moskalenko committed Oct 13, 2016
1 parent 75c6642 commit 59a3433
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 59a3433

Please sign in to comment.