|
73 | 73 | $puppet_docroot = $::puppet::params::puppet_docroot,
|
74 | 74 | $puppet_vardir = $::puppet::params::puppet_vardir,
|
75 | 75 | $puppet_passenger_port = $::puppet::params::puppet_passenger_port,
|
| 76 | + $puppet_passenger_tempdir = $::puppet::params::puppet_passenger_tempdir, |
76 | 77 | $puppet_master_package = $::puppet::params::puppet_master_package,
|
77 | 78 | $puppet_master_service = $::puppet::params::puppet_master_service,
|
78 | 79 | $version = 'present',
|
|
121 | 122 |
|
122 | 123 | Anchor['puppet::master::begin'] ->
|
123 | 124 | class {'puppet::passenger':
|
124 |
| - puppet_passenger_port => $puppet_passenger_port, |
125 |
| - puppet_docroot => $puppet_docroot, |
126 |
| - apache_serveradmin => $apache_serveradmin, |
127 |
| - puppet_conf => $::puppet::params::puppet_conf, |
128 |
| - puppet_ssldir => $puppet_ssldir, |
129 |
| - certname => $certname, |
130 |
| - conf_dir => $::puppet::params::confdir, |
131 |
| - dns_alt_names => join($dns_alt_names,','), |
| 125 | + puppet_passenger_port => $puppet_passenger_port, |
| 126 | + puppet_passenger_tempdir => $puppet_passenger_tempdir, |
| 127 | + puppet_docroot => $puppet_docroot, |
| 128 | + apache_serveradmin => $apache_serveradmin, |
| 129 | + puppet_conf => $::puppet::params::puppet_conf, |
| 130 | + puppet_ssldir => $puppet_ssldir, |
| 131 | + certname => $certname, |
| 132 | + conf_dir => $::puppet::params::confdir, |
| 133 | + dns_alt_names => join($dns_alt_names,','), |
132 | 134 | } ->
|
133 | 135 | Anchor['puppet::master::end']
|
134 | 136 |
|
|
0 commit comments