From 0a6790c41e5de6add2af641098795194297e2223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Jun 2023 18:30:59 +0200 Subject: Fix types. --- types/systemd/resourcelimit.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 types/systemd/resourcelimit.pp diff --git a/types/systemd/resourcelimit.pp b/types/systemd/resourcelimit.pp new file mode 100644 index 0000000..730a92a --- /dev/null +++ b/types/systemd/resourcelimit.pp @@ -0,0 +1,7 @@ +type Nspawn::Systemd::Resourcelimit = Variant[ + Variant[Integer, enum['infinity']], + Tuple[ + Variant[Integer, enum['infinity']], + Variant[Integer, enum['infinity']], + ] +] -- cgit v1.2.3