Skip to content

Commit e2b6bcf

Browse files
Mark JeffcoatMark Jeffcoat
authored andcommitted
Correct typo in default_vhost => false example.
1 parent 2730154 commit e2b6bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ You can customize parameters when declaring the `apache` class. For instance, th
289289

290290
~~~ puppet
291291
class { 'apache':
292-
default_vhosts => false,
292+
default_vhost => false,
293293
}
294294
~~~
295295

0 commit comments

Comments
 (0)