voxpupuli / puppet-quadlets

Puppet module to manage Podman Quadlets
Apache License 2.0
1 stars 2 forks source link

Plan a module for podman quadlets #1

Open traylenator opened 2 weeks ago

traylenator commented 2 weeks ago

Here's a rough outline of the module:

Defined Types

Classes

Use existing (or add to) types and classes from systemd module as appropriate.

Todo

dabelenda commented 2 weeks ago

Do you intend to support both types? They do the same thing but in different ways, the quadlet_file I created is a simple "just use raw content" while your manage_quadlet allows to check the content if the quadlet. For me only having manage_quadlets is fine, as long as it supports the Kube type for quadlets.

dabelenda commented 2 weeks ago

I can add the support for Kube quadlets on top of your code as soon as you have a PR in this repository.

traylenator commented 2 weeks ago

Happy with just the manage_quadlets then #3 is there just to get something we can build of top of.