Recommit for updates in build 21

This commit is contained in:
2025-10-18 14:11:23 +02:00
parent 1d05e8bfb2
commit f9b972414e
4 changed files with 20 additions and 6 deletions

View File

@@ -124,7 +124,7 @@
class prometheus_cd::main::dirs (
) inherits prometheus_cd::params {
require prometheus_cd::main::install
if $ps_prom_host == fqdn {
if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) {
file { $ps_main_dir:
ensure => directory,
owner => 'root',

View File

@@ -67,6 +67,8 @@
<dt>Inherited by:</dt>
<dd>
<span class='object_link'><a href="prometheus_cd_3A_3Amain_3A_3Adirs.html" title="puppet_classes::prometheus_cd::main::dirs (puppet_class)">prometheus_cd::main::dirs</a></span><br/>
<span class='object_link'><a href="prometheus_cd_3A_3Amain_3A_3Afiles.html" title="puppet_classes::prometheus_cd::main::files (puppet_class)">prometheus_cd::main::files</a></span><br/>
<span class='object_link'><a href="prometheus_cd_3A_3Amain_3A_3Aconfig.html" title="puppet_classes::prometheus_cd::main::config (puppet_class)">prometheus_cd::main::config</a></span><br/>