diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-03-09 19:25:21 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-03-09 19:25:21 +0000 |
commit | 39bff3d6a9c5ce8002afd6d2f95761e7e3124b5a (patch) | |
tree | 6eca0c7e4a747ee558b5e590033777b2c031b48d /src | |
parent | 6efebfd9644039e76efa9ea25dc5e684981f707d (diff) | |
download | bcfg2-39bff3d6a9c5ce8002afd6d2f95761e7e3124b5a.tar.gz bcfg2-39bff3d6a9c5ce8002afd6d2f95761e7e3124b5a.tar.bz2 bcfg2-39bff3d6a9c5ce8002afd6d2f95761e7e3124b5a.zip |
Packages: Add 'fedora' os group to the list of basegroups
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5759 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/Plugins/Packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/Packages.py b/src/lib/Server/Plugins/Packages.py index c39a8ada0..ffab8c881 100644 --- a/src/lib/Server/Plugins/Packages.py +++ b/src/lib/Server/Plugins/Packages.py @@ -213,7 +213,7 @@ class YUMSource(Source): rp = '{http://linux.duke.edu/metadata/rpm}' rpo = '{http://linux.duke.edu/metadata/repo}' fl = '{http://linux.duke.edu/metadata/filelists}' - basegroups = ['redhat', 'centos'] + basegroups = ['redhat', 'centos', 'fedora'] ptype = 'yum' def __init__(self, basepath, url, version, arches, components, groups, rawurl): |