add fqdn check

This commit is contained in:
Arne Teuke
2025-05-05 17:07:07 +02:00
parent f56b72a23e
commit fb699c539a
2 changed files with 7 additions and 2 deletions

View File

@@ -6,5 +6,7 @@
class jenkins_cd::main::config (
) inherits jenkins_cd::params {
include jenkins_cd::main::install
if $fqdn == $js_host_fqdn {
include jenkins_cd::main::install
}
}