Skip to content

Commit

Permalink
Correct typo in default_vhost => false example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jeffcoat authored and Mark Jeffcoat committed Sep 24, 2015
1 parent 2730154 commit e2b6bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ You can customize parameters when declaring the `apache` class. For instance, th

~~~ puppet
class { 'apache':
default_vhosts => false,
default_vhost => false,
}
~~~

Expand Down

0 comments on commit e2b6bcf

Please sign in to comment.