Jonathan Gazeley
unread,Jan 29, 2015, 6:49:15 AM1/29/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi folks,
I'm hitting an unexpected problem with puppetlabs/apache.
I have an apache::vhost declaration which includes the following block:
error_documents => [
{
'error_code' => '404',
'document' => '/error_docs/404.html'
},
{
'error_code' => '403',
'document' => '/error_docs/403.html'
},
However it produces this output, which causes apache to fail to start:
ErrorDocument 404 /error_docs/404.html
ErrorDocument 403 /error_docs/403.html
ErrorDocument
ErrorDocument
ErrorDocument
ErrorDocument
Any hints?
Thanks,
Jonathan