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 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Bcfg2/Server/Plugins/Account.py') 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) -- cgit v1.2.3-1-g7c22