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`