Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
Magnus Andersson | 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