Skip to content

Commit

Permalink
deprecated Account and Hostbase
Browse files Browse the repository at this point in the history
  • Loading branch information
stpierre committed Aug 31, 2012
1 parent dcdaa4a commit 242e66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Bcfg2/Server/Plugins/Account.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Account(Bcfg2.Server.Plugin.Plugin,
"""
name = 'Account'
__author__ = '[email protected]'
deprecated = True

def __init__(self, core, datastore):
Bcfg2.Server.Plugin.Plugin.__init__(self, core, datastore)
Expand Down
1 change: 1 addition & 0 deletions src/lib/Bcfg2/Server/Plugins/Hostbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Hostbase(Bcfg2.Server.Plugin.Plugin,
name = 'Hostbase'
__author__ = '[email protected]'
filepath = '/my/adm/hostbase/files/bind'
deprecated = True

def __init__(self, core, datastore):

Expand Down

0 comments on commit 242e66c

Please sign in to comment.