Closed agrare closed 5 years ago
lib/cfme/cloud_services/inventory_sync.rb
miq_task_id
.:+1: thanks @abellotti
Ivanchuk backport details:
$ git log -1
commit 8adfb97c7823e2e0de55861dfda8f19255146fff
Author: Alberto Bellotti <abellotti@users.noreply.github.com>
Date: Mon Aug 19 11:39:21 2019 -0400
Merge pull request #42 from agrare/allow_file_permissions_to_be_set
Allow file permissions to be set by caller
(cherry picked from commit 77b85429fb36cb8ea09e10948d6dc89e60df35df)
https://bugzilla.redhat.com/show_bug.cgi?id=1744606
The file that gets created by Tempfile always has access mode 0600 and cannot be overridden by the caller. This isn't always ideal so provide an option to the caller of modifying the access mode after the file is created.