Skip to content

Commit

Permalink
Fixes #29148 - Use Puma instead of Passenger by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sthirugn committed Feb 25, 2020
1 parent 94e03d5 commit aa5078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# configure foreman via apache
$apache = true
# configure apache with passenger
$passenger = true
$passenger = false
# Server name of the VirtualHost
$servername = $::fqdn
# Server aliases of the VirtualHost
Expand Down

0 comments on commit aa5078b

Please sign in to comment.