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

View File

@@ -7,4 +7,6 @@ class cd_alloy::config (
) inherits cd_alloy::params {
include cd_alloy::yumrepo
}

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 {
}