Fixing formatting issue

This commit is contained in:
Abir Majumdar 2018-09-18 01:00:35 -04:00 committed by GitHub
parent 753585482d
commit b5dce88810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@ class profile::sample_website::linux (
# configure apache
apache::vhost { $::fqdn:
port => $webserver_port,
docroot => $doc_root,
require => File[$doc_root],
port => $webserver_port,
docroot => $doc_root,
require => File[$doc_root],
options => ['-Indexes'],
error_documents => [
{ 'error_code' => '404', 'document' => '/404.html' },