add yumrepo

This commit is contained in:
Arne Teuke
2025-02-23 14:57:22 +01:00
parent 50a60e84ae
commit e7b82c970b
2 changed files with 12 additions and 0 deletions

10
manifests/main/yumrepo.pp Normal file
View File

@@ -0,0 +1,10 @@
## cd_alloy::yumrepo.pp
# Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary class install yum repos for the cd_alloy module.
##############################################################################
class cd_alloy::yumrepo (
) inherits cd_alloy::params {
}