From 242e66c4eb62396f46041bf50ca99a1025128bed Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 31 Aug 2012 13:41:59 -0400 Subject: deprecated Account and Hostbase --- src/lib/Bcfg2/Server/Plugins/Account.py | 1 + src/lib/Bcfg2/Server/Plugins/Hostbase.py | 1 + 2 files changed, 2 insertions(+) (limited to 'src/lib') diff --git a/src/lib/Bcfg2/Server/Plugins/Account.py b/src/lib/Bcfg2/Server/Plugins/Account.py index f2703dccb..045379aad 100644 --- a/src/lib/Bcfg2/Server/Plugins/Account.py +++ b/src/lib/Bcfg2/Server/Plugins/Account.py @@ -16,6 +16,7 @@ class Account(Bcfg2.Server.Plugin.Plugin, """ name = 'Account' __author__ = 'bcfg-dev@mcs.anl.gov' + deprecated = True def __init__(self, core, datastore): Bcfg2.Server.Plugin.Plugin.__init__(self, core, datastore) 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): -- cgit v1.2.3-1-g7c22