|
225 | 225 | $target = getvar("${var}_target", []) |
226 | 226 | $pe_conf = getvar("${var}_pe_conf") |
227 | 227 |
|
228 | | - peadm::file_content_upload($pe_conf, '/tmp/pe.conf', $target) |
| 228 | + peadm::file_content_upload($pe_conf, '/var/tmp/pe.conf', $target) |
229 | 229 | # lint:ignore:strict_indent |
230 | 230 | run_task('peadm::mkdir_p_file', $target, |
231 | 231 | path => '/etc/puppetlabs/puppet/puppet.conf', |
|
339 | 339 | # expected, and handled by the task's install_extra_large parameter. |
340 | 340 | run_task('peadm::pe_install', $primary_target, |
341 | 341 | tarball => $upload_tarball_path, |
342 | | - peconf => '/tmp/pe.conf', |
| 342 | + peconf => '/var/tmp/pe.conf', |
343 | 343 | puppet_service_ensure => 'stopped', |
344 | 344 | install_extra_large => ($arch['architecture'] == 'extra-large'), |
345 | 345 | ) |
|
375 | 375 | # Run the PE installer on the puppetdb database hosts |
376 | 376 | run_task('peadm::pe_install', $database_targets, |
377 | 377 | tarball => $upload_tarball_path, |
378 | | - peconf => '/tmp/pe.conf', |
| 378 | + peconf => '/var/tmp/pe.conf', |
379 | 379 | puppet_service_ensure => 'stopped', |
380 | 380 | ) |
381 | 381 |
|
|
0 commit comments