From 86f4766fd357c79956cd95b0506d1c85da96416d Mon Sep 17 00:00:00 2001 From: Richard Connon Date: Tue, 4 Feb 2014 20:05:24 +0000 Subject: docstring for new sub-method --- src/lib/Bcfg2/Client/Tools/POSIX/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Bcfg2/Client/Tools/POSIX/base.py b/src/lib/Bcfg2/Client/Tools/POSIX/base.py index d4051ba7f..0eb9239c5 100644 --- a/src/lib/Bcfg2/Client/Tools/POSIX/base.py +++ b/src/lib/Bcfg2/Client/Tools/POSIX/base.py @@ -643,6 +643,8 @@ class POSIXTool(Bcfg2.Client.Tools.Tool): """ verify POSIX ACLs on the given entry. return True if all ACLS are correct, false otherwise """ def _verify_acl(aclkey, perms): + """ Given ACL data, process it appropriately and add it to + missing or wrong lists if appropriate """ if aclkey not in existing: missing.append(self._acl2string(aclkey, perms)) elif existing[aclkey] != perms: -- cgit v1.2.3-1-g7c22