summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/__init__.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-11-22 21:33:39 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-11-22 21:33:39 +0000
commit83bfca94f8d864846e22ad79a9d96bf805e1b515 (patch)
tree3cc0fa24f7d94f75e09495f1aaf54c197a801ac7 /src/lib/Server/Plugins/__init__.py
parentc57c79a36f1e4d2b66ef7f01bc0a82ef7d5996e8 (diff)
downloadbcfg2-83bfca94f8d864846e22ad79a9d96bf805e1b515.tar.gz
bcfg2-83bfca94f8d864846e22ad79a9d96bf805e1b515.tar.bz2
bcfg2-83bfca94f8d864846e22ad79a9d96bf805e1b515.zip
Part 1 of metadata changes
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2522 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/__init__.py')
-rw-r--r--src/lib/Server/Plugins/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/__init__.py b/src/lib/Server/Plugins/__init__.py
index cbabf0ca5..21351fe8f 100644
--- a/src/lib/Server/Plugins/__init__.py
+++ b/src/lib/Server/Plugins/__init__.py
@@ -1,4 +1,5 @@
'''imports for Bcfg2.Server.Plugins'''
__revision__ = '$Revision$'
-all = ['Account', 'Base', 'Bundler', 'Cfg', 'Chiba', 'Hostbase', 'Pkgmgr', 'Rules', 'SSHbase', 'Svcmgr', 'Vhost']
+all = ['Account', 'Base', 'Bundler', 'Cfg', 'Chiba', 'Hostbase', 'Metadata',
+ 'Pkgmgr', 'Rules', 'SSHbase', 'Svcmgr', 'Vhost']