puppetlabs / influxdb

2 stars 22 forks source link

(SUP-4215) Add creates param to archive resource #81

Closed m0dular closed 1 year ago

m0dular commented 1 year ago

The new version of this module, 6.1.2, includes a fix for ensuring that the cleanup of the archive happens. However, this introduces an idempotency issue where it will always download and cleanup the archive.

bastelfreak commented 1 year ago

can you tell me where the idempotency issue is? I am not aware of any issues in our archive module.

m0dular commented 1 year ago

It ended up being that we were not using the creates attribute, which only surfaced because of the recent cleanup fix. I added it and it works :+1: