Merge pull request #11 from brdude/patch-1

Variable $passenger should have a boolean value, not a string value.
This commit is contained in:
Gary Larizza 2012-05-12 11:03:48 -07:00
commit 93d25077a1

View File

@ -21,7 +21,7 @@ class dashboard::params {
$dashboard_environment = 'production'
$dashboard_site = "${fqdn}"
$dashboard_port = '8080'
$passenger = 'false'
$passenger = false
$mysql_root_pw = 'changemetoo'
$rails_base_uri = '/'