summaryrefslogtreecommitdiff
path: root/types/systemd/resourcelimit.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/systemd/resourcelimit.pp')
-rw-r--r--types/systemd/resourcelimit.pp7
1 files changed, 7 insertions, 0 deletions
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']],
+ ]
+]