|
107 | 107 | end
|
108 | 108 | let (:params) do
|
109 | 109 | {
|
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', |
119 | 123 | }
|
120 | 124 | end
|
121 | 125 | it {
|
|
0 commit comments