Add podman host manifest
This commit is contained in:
parent
b3c013e48f
commit
9d18e135c4
9
manifests/podmanhost.pp
Normal file
9
manifests/podmanhost.pp
Normal file
|
@ -0,0 +1,9 @@
|
|||
class matrix::podmanhost (
|
||||
Boolean $rootless = false,
|
||||
Optional[Array[String]] $rlusers = []
|
||||
) {
|
||||
package {'podman':
|
||||
name => 'podman',
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue