Method: Inspec::Resources::NginxConf#params
- Defined in:
- lib/resources/nginx_conf.rb
#params ⇒ Object
41 42 43 44 45 46 |
# File 'lib/resources/nginx_conf.rb', line 41 def params @params ||= parse_nginx(@conf_path) rescue StandardError => e skip_resource e. @params = {} end |