The yumrepo
cookbook has been deprecated
Author provided reason for deprecation:
The yumrepo cookbook has been deprecated and is no longer being maintained by its authors. Use of the yumrepo cookbook is no longer recommended.
You may find that the yum-corporate
cookbook is a suitable alternative.
Installs and configures EPEL, ELFF, Dell, and VMware yum repositories.
-
Policyfile
-
Berkshelf
-
Knife
cookbook 'yumrepo', '= 0.0.2', :supermarket
cookbook 'yumrepo', '= 0.0.2'
knife supermarket install yumrepo
knife supermarket download yumrepo
- README
- Dependencies
-
Quality
-%
= DESCRIPTION:
Manages Yum Repository files in /etc/yum.repos.d on CentOS / RHEL 5.x
= REQUIREMENTS:
This cookbook requires RHEL or CentOS 5.x. It has not been tested on
other platforms. It probably will not work with RHEL 4 or CentOS 4,
especially if you have not taken the steps to install yum on that
platform.
The yumrepo::dell recipe requires Dell manufactured hardware. This
recipe should automatically disable itself by default if non-Dell
hardware is detected by Ohai
The yumrepo::vmware-tools recipe requires a VMWare Virtual Machine.
This recipe should automatically disable itself by default if
non-VMWare hardware is detected by Ohai.
Recipes tested with Ohai >= 0.5.6
= USAGE:
* yumrepo::default
- Provides RPM keys and repo file for
Fedora EPEL (Extra Packages for Enterprise Linux)
* See http://fedoraproject.org/wiki/EPEL for more info
* yumrepo::elff
- Provides RPM keys and repo file for
ELFF (Enterprise Linux Fast Forward)
* See http://elff.bravenet.com for more info
* yumrepo::dell
- Provides repo files for the following Dell repositories.
- hardware / Open Manage Server Administrator
- community / formerly the software repository
- firmware / Convenient but unsupported by Dell
* See http://linux.dell.com for more info
* yumrepo::vmware-tools
- Uninstalls VMwareTools rpm installed from the
VMware ESX "Install/Upgrade VMware Tools" menu
- Does not uninstall manually install vmware-tools
packages, you need to run vmware-uninstall-tools.pl
to use the RPM packages from the repo.
- Provides RPM keys and repo file for
VMware Tools for the ESX 4.1 release
* See http://packages.vmware.com for more info
= LICENSE and AUTHOR:
Author:: Eric G. Wolfe
Copyright:: 2010
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
No quality metric results found