Fix typo on the manifest.

The default argument for the MySQL host has a typo and should instead
be 'localhost', not 'locahost'.

Change-Id: I90408ea6cabb6c66f6a663d1c7f3d1944452191a
This commit is contained in:
Bruno Tavares 2015-09-18 13:20:51 -03:00
parent b0a3952922
commit 3dcfde15bb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
define lodgeit::site(
$port,
$db_password,
$db_host='locahost',
$db_host='localhost',
$db_user=$name,
$vhost_name="paste.${name}.org",
$image=undef