2025-05-05 17:02:29 +02:00
|
|
|
## 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 {
|
2025-05-05 17:07:07 +02:00
|
|
|
if $fqdn == $js_host_fqdn {
|
2025-05-05 17:50:00 +02:00
|
|
|
include jenkins_cd::main::service
|
2025-05-05 17:07:07 +02:00
|
|
|
}
|
2025-05-05 17:02:29 +02:00
|
|
|
}
|