From aede37be1b70ed4e53081682a6ec4814c348cb49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Jun 2023 17:33:17 +0200 Subject: Add new modules content. This module is designed differently. It makes no attempt to manage templates. It still attempts to manage machines, but this should probably move to Puppet tasks or similar, with the static configuration mostly doing cleanup. --- types/systemd/resourcelimit | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 types/systemd/resourcelimit (limited to 'types/systemd/resourcelimit') diff --git a/types/systemd/resourcelimit b/types/systemd/resourcelimit new file mode 100644 index 0000000..3558fb5 --- /dev/null +++ b/types/systemd/resourcelimit @@ -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