Puppet Class: lsys::repo::epel
- Defined in:
- manifests/repo/epel.pp
Summary
EPEL Yum repository installationOverview
EPEL Yum repository installation
7 8 9 |
# File 'manifests/repo/epel.pp', line 7
class lsys::repo::epel {
contain bsys::repo::epel
}
|