Skip to content

Commit 1ff81aa

Browse files
committed
Merge pull request #935 from mhaskel/MODULES-1403
MODULES-1403 - fix doc bug
2 parents 79d43eb + a767f15 commit 1ff81aa

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,10 @@ Pass a string of custom configuration directives to be placed at the end of the
15821582
```puppet
15831583
apache::vhost { 'monitor':
15841584
1585-
custom_fragment => '
1585+
directories => [
1586+
{
1587+
path => '/path/to/directory',
1588+
custom_fragment => '
15861589
<Location /balancer-manager>
15871590
SetHandler balancer-manager
15881591
Order allow,deny
@@ -1594,7 +1597,9 @@ Pass a string of custom configuration directives to be placed at the end of the
15941597
Allow from all
15951598
</Location>
15961599
ProxyStatus On',
1597-
}
1600+
},
1601+
]
1602+
}
15981603
```
15991604

16001605
######`deny`

0 commit comments

Comments
 (0)