|
124 | 124 |
|
125 | 125 | Anchor['puppet::master::begin'] ->
|
126 | 126 | class {'puppet::passenger':
|
127 |
| - puppet_passenger_port => $puppet_passenger_port, |
128 |
| - puppet_docroot => $puppet_docroot, |
129 |
| - apache_serveradmin => $apache_serveradmin, |
130 |
| - puppet_conf => $::puppet::params::puppet_conf, |
131 |
| - puppet_ssldir => $puppet_ssldir, |
132 |
| - certname => $certname, |
133 |
| - conf_dir => $::puppet::params::confdir, |
134 |
| - dns_alt_names => join($dns_alt_names,','), |
135 |
| - generate_ssl_certs => $generate_ssl_certs, |
| 127 | + puppet_passenger_port => $puppet_passenger_port, |
| 128 | + puppet_docroot => $puppet_docroot, |
| 129 | + apache_serveradmin => $apache_serveradmin, |
| 130 | + puppet_conf => $::puppet::params::puppet_conf, |
| 131 | + puppet_ssldir => $puppet_ssldir, |
| 132 | + certname => $certname, |
| 133 | + conf_dir => $::puppet::params::confdir, |
| 134 | + dns_alt_names => join($dns_alt_names,','), |
| 135 | + generate_ssl_certs => $generate_ssl_certs, |
136 | 136 | puppet_passenger_tempdir => $puppet_passenger_tempdir,
|
137 | 137 | } ->
|
138 | 138 | Anchor['puppet::master::end']
|
139 | 139 |
|
140 | 140 | service { $puppet_master_service:
|
141 |
| - ensure => stopped, |
142 |
| - enable => false, |
143 |
| - require => File[$::puppet::params::puppet_conf], |
| 141 | + ensure => stopped, |
| 142 | + enable => false, |
| 143 | + require => File[$::puppet::params::puppet_conf], |
144 | 144 | }
|
145 | 145 |
|
146 | 146 | if ! defined(File[$::puppet::params::puppet_conf]){
|
|
177 | 177 | }
|
178 | 178 |
|
179 | 179 | file { $puppet_vardir:
|
180 |
| - ensure => directory, |
181 |
| - owner => $::puppet::params::puppet_user, |
182 |
| - group => $::puppet::params::puppet_group, |
183 |
| - notify => Service['httpd'], |
184 |
| - require => Package[$puppet_master_package] |
| 180 | + ensure => directory, |
| 181 | + owner => $::puppet::params::puppet_user, |
| 182 | + group => $::puppet::params::puppet_group, |
| 183 | + notify => Service['httpd'], |
| 184 | + require => Package[$puppet_master_package] |
185 | 185 | }
|
186 | 186 |
|
187 | 187 | if $storeconfigs {
|
|
0 commit comments