Merge pull request #11 from brdude/patch-1
Variable $passenger should have a boolean value, not a string value.
This commit is contained in:
commit
93d25077a1
@ -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 = '/'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user