summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Account.py1
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Hostbase.py1
2 files changed, 2 insertions, 0 deletions
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):