Fixing formatting issue
This commit is contained in:
parent
753585482d
commit
b5dce88810
@ -8,9 +8,9 @@ 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' },
|
||||||
|
Loading…
Reference in New Issue
Block a user