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

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.3.0

Table Of Contents

Previous topic

salt.states.pyrax_queues

Next topic

salt.states.rabbitmq_cluster