Puppet Data Type Alias: Systemd::Unit::Amount

Defined in:
types/unit/amount.pp

Summary

Systemd definition of amount, often bytes or united bytes

Overview

Systemd definition of amount, often bytes or united bytes Some man pages are lagging behind and only report support up to Tera. github.com/systemd/systemd/blob/main/src/basic/format-util.c shows support for Peta and Exa.

Alias of

Variant[Integer[0], Pattern['\A(infinity|\d+(K|M|G|T|P|E)?(:\d+(K|M|G|T|P|E)?)?)\z']]


# File 'types/unit/amount.pp', line 9