mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
79f48afa6c
before, the resource would throw an exception when include_files returned nil (i.e., [].flatten!) added basic unit tests capturing the include_files behaviour
6 lines
77 B
Text
6 lines
77 B
Text
# apache ports.conf
|
|
Listen 80
|
|
|
|
<IfModule ssl_module>
|
|
Listen 443
|
|
</IfModule>
|