Add podman host manifest

This commit is contained in:
Magnus Andersson 2024-10-31 09:13:22 +01:00
parent b3c013e48f
commit 9d18e135c4
Signed by: mandersson
GPG key ID: 1F7C896B34B28164

9
manifests/podmanhost.pp Normal file
View file

@ -0,0 +1,9 @@
class matrix::podmanhost (
Boolean $rootless = false,
Optional[Array[String]] $rlusers = []
) {
package {'podman':
name => 'podman',
ensure => installed,
}
}