mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Fix the example of the nginx_conf resource
Obvious fix.
This commit is contained in:
parent
0bde654b3a
commit
cb8cf42185
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ This resource first became available in v1.37.6 of InSpec.
|
|||
|
||||
An `nginx_conf` resource block declares the client NGINX configuration data to be tested:
|
||||
|
||||
describe nginx_conf.params['pid'] do
|
||||
describe nginx_conf.params['pid'].flatten do
|
||||
it { should cmp 'logs/nginx.pid' }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue