Files
confdroid_alloy/manifests/main/config.pp
Arne Teuke 4d760910b5 add yumrepo
2025-02-23 16:41:49 +01:00

13 lines
325 B
Puppet

## cd_alloy::config.pp
# Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages module logic for the cd_alloy module
###############################################################################
class cd_alloy::config (
) inherits cd_alloy::params {
include cd_alloy::yumrepo
}