Open SaschaDoering opened 2 years ago
seems like tarballs in /tmp are not removed either after installation, perhaps a cleanup boolean defaulting to true to control this behaviour would be in order too
Is it possible this was due https://github.com/voxpupuli/puppet-archive/issues/328 and is gone now?
I just checked tarballs in /tmp are removed after installation.
How to reproduce (e.g Puppet code you use)
Use
$install_method = 'url'
and update$version
in any exporter.What are you seeing
If you do this a few times, it can lead to the following:
What behaviour did you expect instead
I would expect the old no longer used releases to be removed in order not to consume unnecessary resources.
Any additional information you'd like to impart
To achieve this I have created a directory under
/opt
which can be purged. There are other ways, but I found this the cleanest.