summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Hostbase.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 13:41:59 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 13:41:59 -0400
commit242e66c4eb62396f46041bf50ca99a1025128bed (patch)
treeee4d9b1de350647670ec54d14e026b56416736f8 /src/lib/Bcfg2/Server/Plugins/Hostbase.py
parentdcdaa4a5bfd0d236dee5676e905da1a6b6a6eee3 (diff)
downloadbcfg2-242e66c4eb62396f46041bf50ca99a1025128bed.tar.gz
bcfg2-242e66c4eb62396f46041bf50ca99a1025128bed.tar.bz2
bcfg2-242e66c4eb62396f46041bf50ca99a1025128bed.zip
deprecated Account and Hostbase
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Hostbase.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Hostbase.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Hostbase.py b/src/lib/Bcfg2/Server/Plugins/Hostbase.py
index 875fcd04c..71cc8f881 100644
--- a/src/lib/Bcfg2/Server/Plugins/Hostbase.py
+++ b/src/lib/Bcfg2/Server/Plugins/Hostbase.py
@@ -29,6 +29,7 @@ class Hostbase(Bcfg2.Server.Plugin.Plugin,
name = 'Hostbase'
__author__ = 'bcfg-dev@mcs.anl.gov'
filepath = '/my/adm/hostbase/files/bind'
+ deprecated = True
def __init__(self, core, datastore):