summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 09:13:56 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 09:13:56 -0400
commit5c11b7068f27f4401edf18bd1964d84dd7a42f88 (patch)
tree1e9871d8123dc8b45c272a01cbab395d64975427 /src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py
parente599aeebbd74596d4c45612df83fe136b7bdcb90 (diff)
downloadbcfg2-5c11b7068f27f4401edf18bd1964d84dd7a42f88.tar.gz
bcfg2-5c11b7068f27f4401edf18bd1964d84dd7a42f88.tar.bz2
bcfg2-5c11b7068f27f4401edf18bd1964d84dd7a42f88.zip
deprecated info/:info, .cat, and .diff files
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py
index f6b175832..c25cf85f1 100644
--- a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py
+++ b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgCatFilter.py
@@ -6,6 +6,7 @@ logger = logging.getLogger(__name__)
class CfgCatFilter(CfgFilter):
__extensions__ = ['cat']
+ deprecated = True
def modify_data(self, entry, metadata, data):
datalines = data.strip().split('\n')