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
Need to be 'user' or 'group'

Current Salt release: 2014.1.6

Docs for previous releases on salt.rtfd.org.

Table Of Contents

Previous topic

salt.states.process

Next topic

salt.states.rabbitmq_cluster

Upcoming SaltStack Events