Skip to content

Commit a150055

Browse files
author
Jonathan Gazeley
committed
Add more spec params for RedHat
1 parent 3457795 commit a150055

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

spec/classes/puppet_passenger_spec.rb

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,19 @@
107107
end
108108
let (:params) do
109109
{
110-
:puppet_passenger_port => '8140',
111-
:puppet_docroot => '/etc/puppet/rack/public/',
112-
:apache_serveradmin => 'root',
113-
:puppet_conf => '/etc/puppet/puppet.conf',
114-
:puppet_ssldir => '/var/lib/puppet/ssl',
115-
:certname => 'test.test.com',
116-
:conf_dir => '/etc/puppet',
117-
:dns_alt_names => ['puppet'],
118-
:puppet_passenger_tempdir => '/tmp/passenger',
110+
:puppet_passenger_port => '8140',
111+
:puppet_docroot => '/etc/puppet/rack/public/',
112+
:apache_serveradmin => 'root',
113+
:puppet_conf => '/etc/puppet/puppet.conf',
114+
:puppet_ssldir => '/var/lib/puppet/ssl',
115+
:certname => 'test.test.com',
116+
:conf_dir => '/etc/puppet',
117+
:dns_alt_names => ['puppet'],
118+
:puppet_passenger_tempdir => '/tmp/passenger',
119+
:passenger_max_pool_size => '4',
120+
:passenger_high_performance => true,
121+
:passenger_max_requests => '1000',
122+
:passenger_stat_throttle_rate => '30',
119123
}
120124
end
121125
it {

0 commit comments

Comments
 (0)