Puppet Class: cd_alloy::yumrepo
- Inherits:
- cd_alloy::params
- Defined in:
- manifests/main/yumrepo.pp
Summary
class install yum repos for the cd_alloy moduleOverview
cd_alloy::yumrepo.pp Module name: cd_alloy Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 |
# File 'manifests/main/yumrepo.pp', line 6
class cd_alloy::yumrepo (
) inherits cd_alloy::params {
}
|