| Sorry to say that, but that discussion is bigoted nonsense. snap has become an established package source, offering plenty of software, and is beginning to replace several ubuntu packages. Some pieces of important software is available as a snap only. And other software gets newer versions only as a snap. Puppet's denial to support the package format is just rendering puppet into beeing unable to install machines in a clean way. snapd comes with a description of it's REST API at https://github.com/snapcore/snapd/wiki/REST-API , so it should be quite simple to tell snapd to install or uninstall a requested package. Unfortunately and in contrast, I did not find a detailed description about how to implement a package provider for puppet. Strange enough, there's a module for that, https://forge.puppet.com/kemra102/snapd , but not exactly maintained, not yet complete, and based on the command line snap tool, not the REST API. So it should be a small and simple task to implement this for someone familiar with the internals of puppet for this REST API. So if you want puppet to be able to configure today's systems, puppet needs to keep up with today's systems. And if puppet is not able to properly install current systems anymore, than this is not just a feature request anymore. It's a bug, since installation becomes partly impossible (in a clean way without workarounds). |