salt.states.quota#

Management of POSIX Quotas#

The quota can be managed for the system:

/:
  quota.mode:
    mode: off
    quotatype: user
salt.states.quota.mode(name, mode, quotatype)#

Set the quota for the system

name

The filesystem to set the quota mode on

mode

Whether the quota system is on or off

quotatype

Must be user or group