summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/__init__.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-01-21 03:05:02 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-01-21 03:05:02 +0000
commit3bcf91228018e73a6ab89c31925ad605e71573cf (patch)
treeef345d3a09b828a13e38c03fce502414166500cf /src/lib/Server/Plugins/__init__.py
parent23c4acb48ec06594557a0dbc7246bb0015345823 (diff)
downloadbcfg2-3bcf91228018e73a6ab89c31925ad605e71573cf.tar.gz
bcfg2-3bcf91228018e73a6ab89c31925ad605e71573cf.tar.bz2
bcfg2-3bcf91228018e73a6ab89c31925ad605e71573cf.zip
Infrastructure and initial implementation of the Packages plugin
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5029 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/__init__.py')
-rw-r--r--src/lib/Server/Plugins/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/__init__.py b/src/lib/Server/Plugins/__init__.py
index 22b16a7a0..8fcb34fc6 100644
--- a/src/lib/Server/Plugins/__init__.py
+++ b/src/lib/Server/Plugins/__init__.py
@@ -2,6 +2,6 @@
__revision__ = '$Revision$'
__all__ = ['Account', 'Base', 'Bundler', 'Cfg', 'Decisions', 'GBundler',
- 'Hostbase', 'Metadata', 'NagiosGen', 'Probes',
+ 'Hostbase', 'Metadata', 'NagiosGen', 'Packages', 'Probes',
'Pkgmgr', 'Rules', 'SSHbase', 'Statistics', 'Svcmgr', 'TCheetah',
'SGenshi', 'TGenshi', 'Vhost']