Skip to content

Commit d947397

Browse files
stephenrjohnsonStephen
authored andcommitted
Merge branch 'master' of github.com:stephenrjohnson/puppetmodule
2 parents 93c0fd4 + b26621e commit d947397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/puppet_passenger.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ PassengerPoolIdleTime 1500
44
PassengerStatThrottleRate 120
55
RackAutoDetect Off
66
RailsAutoDetect Off
7-
<% if puppet_passenger_tempdir != false %>
7+
<% if @puppet_passenger_tempdir != false %>
88
PassengerTempDir <%= @puppet_passenger_tempdir %>
99
<% end %>

0 commit comments

Comments
 (0)