From ddc74a543f53d4197e990def51628f961af5b8cd Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 19 Nov 2009 05:25:25 +0000 Subject: POSIX: Remove support for old-style posix entries This commit forces the user to specify entries on the server side while still maintaining compatibility with old clients via the POSIXCompat plugin. Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5582 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Tools/POSIX.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/Client/Tools/POSIX.py') diff --git a/src/lib/Client/Tools/POSIX.py b/src/lib/Client/Tools/POSIX.py index ee780ec47..9350eafde 100644 --- a/src/lib/Client/Tools/POSIX.py +++ b/src/lib/Client/Tools/POSIX.py @@ -88,11 +88,6 @@ class POSIX(Bcfg2.Client.Tools.Tool): name = 'POSIX' __handles__ = [('ConfigFile', None), ('Directory', None), - ('Path', 'ConfigFile'), - ('Path', 'Directory'), - ('Path', 'HardLink'), - ('Path', 'Permissions'), - ('Path', 'SymLink'), ('Path', 'device'), ('Path', 'directory'), ('Path', 'file'), -- cgit v1.2.3-1-g7c22