voxpupuli / puppet-caddy

Puppet Caddy module
MIT License
6 stars 12 forks source link

Do not cache files in /tmp & remove stm/file_capability dependency #96

Closed smortex closed 1 year ago

smortex commented 1 year ago

The "intermediate" downloaded files needed to unbreak version change are intended to be preserved between reboots. Drop the caddy::caddy_tmp_dir parameter and store cached downloads in /var/cache instead of the temporary directory.

Also include:

bastelfreak commented 1 year ago

thanks for the work! Added the backwards-incompatible label because this removes a parameter.