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