We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79d43eb + a767f15 commit 1ff81aaCopy full SHA for 1ff81aa
1 file changed
README.md
@@ -1582,7 +1582,10 @@ Pass a string of custom configuration directives to be placed at the end of the
1582
```puppet
1583
apache::vhost { 'monitor':
1584
…
1585
- custom_fragment => '
+ directories => [
1586
+ {
1587
+ path => '/path/to/directory',
1588
+ custom_fragment => '
1589
<Location /balancer-manager>
1590
SetHandler balancer-manager
1591
Order allow,deny
@@ -1594,7 +1597,9 @@ Pass a string of custom configuration directives to be placed at the end of the
1594
1597
Allow from all
1595
1598
</Location>
1596
1599
ProxyStatus On',
-}
1600
+ },
1601
+ ]
1602
+ }
1603
```
1604
1605
######`deny`
0 commit comments