Fixing formatting again

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

View File

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