inspec/test/unit/mock/files/apache2.conf
Stephan Renatus 79f48afa6c [resources/apache_conf]: add tests, fix bug
before, the resource would throw an exception when include_files
returned nil (i.e., [].flatten!)

added basic unit tests capturing the include_files behaviour
2015-12-07 10:50:48 +01:00

14 lines
316 B
ApacheConf

# This is the main Apache server configuration file. It contains comments.
ServerRoot "/etc/apache2"
User ${APACHE_RUN_USER}
Include ports.conf
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf