summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-28 08:50:23 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-28 08:50:23 -0400
commit1d06ee6e2d6da6de158c538cf451aa075384c450 (patch)
treefb27eaa1489007d78f6bfbae6c48f79e4c1f8a9d
parent82c6a87bb08db9726a43b517d3d7882dbf2551e7 (diff)
downloadansible-modules-extras-1d06ee6e2d6da6de158c538cf451aa075384c450.tar.gz
minor doc fixes to pam_limits
-rw-r--r--system/pam_limits.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/pam_limits.py b/system/pam_limits.py
index ab429bb8..080b938d 100644
--- a/system/pam_limits.py
+++ b/system/pam_limits.py
@@ -38,12 +38,12 @@ options:
required: true
limit_type:
description:
- - Limit type : hard or soft.
+ - Limit type, see C(man limits) for an explanation
required: true
choices: [ "hard", "soft" ]
limit_item:
description:
- - The limit to be set : core, data, nofile, cpu, etc.
+ - The limit to be set
required: true
choices: [ "core", "data", "fsize", "memlock", "nofile", "rss", "stack", "cpu", "nproc", "as", "maxlogins", "maxsyslogins", "priority", "locks", "sigpending", "msgqueue", "nice", "rtprio", "chroot" ]
value: