Puppet Class: cern
- Defined in:
- manifests/init.pp
Overview
1 2 3 4 |
# File 'manifests/init.pp', line 1
class cern {
# TODO: Automatically load the required class defining the yum repos (slc5, ...)
# We should do this based on some auto recognition of the machine's system
}
|