add yumrepo
This commit is contained in:
@@ -7,4 +7,6 @@ class cd_alloy::config (
|
||||
|
||||
) inherits cd_alloy::params {
|
||||
|
||||
include cd_alloy::yumrepo
|
||||
|
||||
}
|
||||
|
||||
10
manifests/main/yumrepo.pp
Normal file
10
manifests/main/yumrepo.pp
Normal 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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user