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: 0.17.1

Table Of Contents

Previous topic

salt.states.process

Next topic

salt.states.rabbitmq_cluster

SaltConf - Jan 28-30 2014

Upcoming SaltStack Events