summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/POSIX.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-11-19 05:25:25 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-11-19 05:25:25 +0000
commitddc74a543f53d4197e990def51628f961af5b8cd (patch)
treee432e743fff65d7342bce7e47f07a99a9ec4f899 /src/lib/Client/Tools/POSIX.py
parent18f8668b60cea58fa26ae96c81e201e321547e1a (diff)
downloadbcfg2-ddc74a543f53d4197e990def51628f961af5b8cd.tar.gz
bcfg2-ddc74a543f53d4197e990def51628f961af5b8cd.tar.bz2
bcfg2-ddc74a543f53d4197e990def51628f961af5b8cd.zip
POSIX: Remove support for old-style posix entries
This commit forces the user to specify <Path> entries on the server side while still maintaining compatibility with old clients via the POSIXCompat plugin. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5582 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Client/Tools/POSIX.py')
-rw-r--r--src/lib/Client/Tools/POSIX.py5
1 files changed, 0 insertions, 5 deletions
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'),