summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-01-11 16:36:27 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-01-11 16:36:27 +0000
commit1affc07c26fad2528a5847a77db33a9baabb9fc8 (patch)
tree87856d46824f2aba5b5832ae063d042294cd84be /src/lib/Server/Plugins
parent4bb58ec3525ac58b9cda6f42df1a46af25361b92 (diff)
downloadbcfg2-1affc07c26fad2528a5847a77db33a9baabb9fc8.tar.gz
bcfg2-1affc07c26fad2528a5847a77db33a9baabb9fc8.tar.bz2
bcfg2-1affc07c26fad2528a5847a77db33a9baabb9fc8.zip
Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbase on PullTarget
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5011 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins')
-rw-r--r--src/lib/Server/Plugins/Cfg.py2
-rw-r--r--src/lib/Server/Plugins/SSHbase.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/Cfg.py b/src/lib/Server/Plugins/Cfg.py
index 9bf1ed4bd..85ace20bc 100644
--- a/src/lib/Server/Plugins/Cfg.py
+++ b/src/lib/Server/Plugins/Cfg.py
@@ -126,7 +126,7 @@ class CfgEntrySet(Bcfg2.Server.Plugin.EntrySet):
logger.info("Wrote file %s" % infofile.name)
class Cfg(Bcfg2.Server.Plugin.GroupSpool,
- Bcfg2.Server.Plugin.PullSource):
+ Bcfg2.Server.Plugin.PullTarget):
'''This generator in the configuration file repository for bcfg2'''
name = 'Cfg'
__version__ = '$Id$'
diff --git a/src/lib/Server/Plugins/SSHbase.py b/src/lib/Server/Plugins/SSHbase.py
index 40f2cb721..edebd0899 100644
--- a/src/lib/Server/Plugins/SSHbase.py
+++ b/src/lib/Server/Plugins/SSHbase.py
@@ -7,7 +7,7 @@ import Bcfg2.Server.Plugin
class SSHbase(Bcfg2.Server.Plugin.Plugin,
Bcfg2.Server.Plugin.Generator,
Bcfg2.Server.Plugin.DirectoryBacked,
- Bcfg2.Server.Plugin.PullSource):
+ Bcfg2.Server.Plugin.PullTarget):
'''The sshbase generator manages ssh host keys (both v1 and v2)
for hosts. It also manages the ssh_known_hosts file. It can
integrate host keys from other management domains and similarly