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

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/54CA1E26.5050501%40bristol.ac.uk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to