Files
confdroid_alloy/manifests/main/yumrepo.pp

13 lines
304 B
ObjectPascal
Raw Normal View History

2025-02-23 14:57:22 +01:00
## cd_alloy::yumrepo.pp
# Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com)
2025-02-23 16:45:08 +01:00
# @summary class install yum repos for the cd_alloy module
2025-02-23 14:57:22 +01:00
##############################################################################
class cd_alloy::yumrepo (
) inherits cd_alloy::params {
2025-02-23 16:50:15 +01:00
# test
2025-02-23 14:57:22 +01:00
}