diff --git a/spec/defines/resource_vhost_spec.rb b/spec/defines/resource_vhost_spec.rb index 8c14099fb..4970f537f 100644 --- a/spec/defines/resource_vhost_spec.rb +++ b/spec/defines/resource_vhost_spec.rb @@ -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