Skip to content

Commit

Permalink
Merge pull request #866 from voxpupuli/fix-pr864-test
Browse files Browse the repository at this point in the history
update test for #864
  • Loading branch information
jyaworski committed Aug 31, 2016
2 parents 7db4422 + 2f52c80 commit 6a93a21
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 6a93a21

Please sign in to comment.