summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/POSIXCompat.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/POSIXCompat.py')
-rw-r--r--src/lib/Server/Plugins/POSIXCompat.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/Server/Plugins/POSIXCompat.py b/src/lib/Server/Plugins/POSIXCompat.py
index 4ea2c490c..9cd09d454 100644
--- a/src/lib/Server/Plugins/POSIXCompat.py
+++ b/src/lib/Server/Plugins/POSIXCompat.py
@@ -6,9 +6,7 @@ __revision__ = '$Revision$'
import Bcfg2.Server.Plugin
-# FIXME: We will need this mapping if we decide to change the
-# specification to use lowercase types for new POSIX entry types
-COMPAT_DICT = {'configfile': 'ConfigFile',
+COMPAT_DICT = {'file': 'ConfigFile',
'device': 'device',
'directory': 'Directory',
'nonexistent': 'nonexistent',