add installation and yumrepo
This commit is contained in:
10
manifests/main/config.pp
Normal file
10
manifests/main/config.pp
Normal file
@@ -0,0 +1,10 @@
|
||||
## jenkins_cd::main::config.pp
|
||||
# Module name: jenkins_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the logic for the jenkins_cd module.
|
||||
##############################################################################
|
||||
class jenkins_cd::main::config (
|
||||
|
||||
) inherits jenkins_cd::params {
|
||||
include jenkins_cd::main::install
|
||||
}
|
||||
Reference in New Issue
Block a user