diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-11-02 15:19:24 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-11-02 15:19:24 +0000 |
commit | 1826f83fe02ed1a522196f11be7db448dc402647 (patch) | |
tree | 52513d48964a0475059655d0eaf05fd102f541c7 /src/lib/Server/Generators | |
parent | 5fff7a10c47ee8233911c95d0274d4aac49edd21 (diff) | |
download | bcfg2-1826f83fe02ed1a522196f11be7db448dc402647.tar.gz bcfg2-1826f83fe02ed1a522196f11be7db448dc402647.tar.bz2 bcfg2-1826f83fe02ed1a522196f11be7db448dc402647.zip |
ditch old comment
(Logical change 1.138)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@628 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Generators')
-rw-r--r-- | src/lib/Server/Generators/SSHbase.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Server/Generators/SSHbase.py b/src/lib/Server/Generators/SSHbase.py index 76b18bcc5..5a23fdbca 100644 --- a/src/lib/Server/Generators/SSHbase.py +++ b/src/lib/Server/Generators/SSHbase.py @@ -106,5 +106,4 @@ class SSHbase(Generator): (self.data, )+".".join(hostkey.split('.')[:-1]+['pub']+[hostkey.split('.')[-1]])) self.repository.AddEntry(hostkey) self.repository.AddEntry("%s.pub"%(hostkey)) - # call the notifier for global |