Compare commits

...

1 commit

Author SHA1 Message Date
Magnus Andersson 9d18e135c4
Add podman host manifest 2024-10-31 09:13:22 +01:00

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,
}
}