Files
confdroid_alloy/manifests/main/config.pp

13 lines
325 B
ObjectPascal
Raw Normal View History

2025-02-23 14:34:15 +01:00
## 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 {
2025-02-23 14:57:22 +01:00
include cd_alloy::yumrepo
2025-02-23 14:34:15 +01:00
}