Fixing formatting again
This commit is contained in:
parent
b5dce88810
commit
ab9b0c25f9
@ -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' }
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user