From a767f1510a619785cdba4b3ca0fc484bfd300b5c Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Mon, 17 Nov 2014 13:42:05 -0800 Subject: [PATCH] MODULES-1403 - fix doc bug --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 564e65536..c565da3ab 100644 --- a/README.md +++ b/README.md @@ -1582,7 +1582,10 @@ Pass a string of custom configuration directives to be placed at the end of the ```puppet apache::vhost { 'monitor': … - custom_fragment => ' + directories => [ + { + path => '/path/to/directory', + custom_fragment => ' SetHandler balancer-manager Order allow,deny @@ -1594,7 +1597,9 @@ Pass a string of custom configuration directives to be placed at the end of the Allow from all ProxyStatus On', -} + }, + ] + } ``` ######`deny`