Skip to content

Commit 97a093b

Browse files
(MAINT) try another var/tmp
1 parent 7d90075 commit 97a093b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plans/subplans/install.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
$target = getvar("${var}_target", [])
226226
$pe_conf = getvar("${var}_pe_conf")
227227

228-
peadm::file_content_upload($pe_conf, '/tmp/pe.conf', $target)
228+
peadm::file_content_upload($pe_conf, '/var/tmp/pe.conf', $target)
229229
# lint:ignore:strict_indent
230230
run_task('peadm::mkdir_p_file', $target,
231231
path => '/etc/puppetlabs/puppet/puppet.conf',
@@ -339,7 +339,7 @@
339339
# expected, and handled by the task's install_extra_large parameter.
340340
run_task('peadm::pe_install', $primary_target,
341341
tarball => $upload_tarball_path,
342-
peconf => '/tmp/pe.conf',
342+
peconf => '/var/tmp/pe.conf',
343343
puppet_service_ensure => 'stopped',
344344
install_extra_large => ($arch['architecture'] == 'extra-large'),
345345
)
@@ -375,7 +375,7 @@
375375
# Run the PE installer on the puppetdb database hosts
376376
run_task('peadm::pe_install', $database_targets,
377377
tarball => $upload_tarball_path,
378-
peconf => '/tmp/pe.conf',
378+
peconf => '/var/tmp/pe.conf',
379379
puppet_service_ensure => 'stopped',
380380
)
381381

0 commit comments

Comments
 (0)