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.
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.