diff --git a/src/lib/Bcfg2/Server/Plugins/Account.py b/src/lib/Bcfg2/Server/Plugins/Account.py index f2703dccb6..045379aadb 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 875fcd04c6..71cc8f881e 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):