brwyatt / puppet-flatpak

Puppet module for installing and managing Flatpak packages
https://forge.puppet.com/brwyatt/flatpak
GNU Lesser General Public License v3.0
6 stars 10 forks source link

Remove unmanaged Flatpak apps #15

Open Programie opened 1 year ago

Programie commented 1 year ago

I try to keep my systems fully Puppet-managed. Therefore I want to make sure, Puppet automatically removes unmanaged resources wherever possible.

Is it possible to implement a way to automatically remove any Flatpak apps which are installed but not managed by any Puppet resource? Something like the puppetlabs/apt module does for the APT sources using the purge parameters.