From c28a0031bbaf20b6fae0e2ccc9820698861ff045 Mon Sep 17 00:00:00 2001 From: GUILLAUME GROSSETIE Date: Thu, 26 Nov 2015 11:37:59 +0100 Subject: [PATCH] Resolves #1290, Adds limit_type choice "-" --- system/pam_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pam_limits.py b/system/pam_limits.py index eb04021c3e0..4003f76d3f8 100644 --- a/system/pam_limits.py +++ b/system/pam_limits.py @@ -40,7 +40,7 @@ options: description: - Limit type, see C(man limits) for an explanation required: true - choices: [ "hard", "soft" ] + choices: [ "hard", "soft", "-" ] limit_item: description: - The limit to be set