Puppet Class: lsys::repo::epel

Defined in:
manifests/repo/epel.pp

Summary

EPEL Yum repository installation

Overview

EPEL Yum repository installation

Examples:

include lsys::repo::epel


7
8
9
# File 'manifests/repo/epel.pp', line 7

class lsys::repo::epel {
  contain bsys::repo::epel
}