summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/__init__.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-01-15 03:11:16 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-01-15 03:11:16 +0000
commitda1065ef071514f97d6bfbe104bd1040503da4aa (patch)
treeb148ce4c4facc7e6dcfd4f8ef961b33f94e30df2 /src/lib/Server/Plugins/__init__.py
parent6b0fd34ab8c5e4f76835eb5d59a57ec3337cbeb0 (diff)
downloadbcfg2-da1065ef071514f97d6bfbe104bd1040503da4aa.tar.gz
bcfg2-da1065ef071514f97d6bfbe104bd1040503da4aa.tar.bz2
bcfg2-da1065ef071514f97d6bfbe104bd1040503da4aa.zip
add GBundler plugin (like SGenshi, but works like Bundler)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5025 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/__init__.py')
-rw-r--r--src/lib/Server/Plugins/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/__init__.py b/src/lib/Server/Plugins/__init__.py
index ffab21b9a..22b16a7a0 100644
--- a/src/lib/Server/Plugins/__init__.py
+++ b/src/lib/Server/Plugins/__init__.py
@@ -1,7 +1,7 @@
'''imports for Bcfg2.Server.Plugins'''
__revision__ = '$Revision$'
-__all__ = ['Account', 'Base', 'Bundler', 'Cfg', 'Decisions', 'Hostbase',
- 'Metadata', 'NagiosGen', 'Probes',
+__all__ = ['Account', 'Base', 'Bundler', 'Cfg', 'Decisions', 'GBundler',
+ 'Hostbase', 'Metadata', 'NagiosGen', 'Probes',
'Pkgmgr', 'Rules', 'SSHbase', 'Statistics', 'Svcmgr', 'TCheetah',
'SGenshi', 'TGenshi', 'Vhost']