summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Redhat.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-12-09 03:06:18 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-12-09 03:06:18 +0000
commit6bb9fc6357377882076bfcb135a6d56c47f60bb2 (patch)
tree7d9dc30d7dff335a2ef2fe438d9eeb35fa556c5c /src/lib/Client/Redhat.py
parentfde7e7c7d8a3f98ab9b7025a87dd60c22b194ea0 (diff)
downloadbcfg2-6bb9fc6357377882076bfcb135a6d56c47f60bb2.tar.gz
bcfg2-6bb9fc6357377882076bfcb135a6d56c47f60bb2.tar.bz2
bcfg2-6bb9fc6357377882076bfcb135a6d56c47f60bb2.zip
begin client hardening
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1617 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Client/Redhat.py')
-rw-r--r--src/lib/Client/Redhat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Client/Redhat.py b/src/lib/Client/Redhat.py
index 4e83a15c8..57f1a17ba 100644
--- a/src/lib/Client/Redhat.py
+++ b/src/lib/Client/Redhat.py
@@ -8,7 +8,7 @@ from os import popen, system
from Bcfg2.Client.Toolset import Toolset, saferun
-class Redhat(Toolset):
+class ToolsetImpl(Toolset):
'''This class implelements support for rpm packages and standard chkconfig services'''
pkgtool = {'rpm':("rpm --oldpackage --replacepkgs --quiet -U %s", ("%s", ["url"]))}