Skip to content

Commit

Permalink
MODULES-1403 - fix doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Nov 17, 2014
1 parent e559e7b commit a767f15
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 => '
<Location /balancer-manager>
SetHandler balancer-manager
Order allow,deny
Expand All @@ -1594,7 +1597,9 @@ Pass a string of custom configuration directives to be placed at the end of the
Allow from all
</Location>
ProxyStatus On',
}
},
]
}
```

######`deny`
Expand Down

0 comments on commit a767f15

Please sign in to comment.