Skip to content

Commit f9a2a16

Browse files
author
Jonathan Gazeley
committed
Add tests for new passenger variables
1 parent 52ef77e commit f9a2a16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/passenger.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@
66
puppet_conf => '/etc/puppet/puppet.conf',
77
puppet_ssldir => '/var/lib/puppet/ssl',
88
certname => 'master.example.com',
9+
passenger_max_pool_size => 4,
10+
passenger_high_performance => true,
11+
passenger_max_requests => 1000,
12+
passenger_stat_throttle_rate => 30,
913
}

0 commit comments

Comments
 (0)