Fixing formatting again
This commit is contained in:
parent
b5dce88810
commit
ab9b0c25f9
@ -8,11 +8,11 @@ class profile::sample_website::linux (
|
||||
|
||||
# configure apache
|
||||
apache::vhost { $::fqdn:
|
||||
port => $webserver_port,
|
||||
docroot => $doc_root,
|
||||
require => File[$doc_root],
|
||||
options => ['-Indexes'],
|
||||
error_documents => [
|
||||
port => $webserver_port,
|
||||
docroot => $doc_root,
|
||||
require => File[$doc_root],
|
||||
options => ['-Indexes'],
|
||||
error_documents => [
|
||||
{ 'error_code' => '404', 'document' => '/404.html' },
|
||||
{ 'error_code' => '403', 'document' => '/403.html' }
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user