3
0

Recommit for updates in build 54

This commit is contained in:
2025-10-25 19:12:13 +02:00
parent 8fbe926091
commit d9f8ee0f7d
4 changed files with 18 additions and 4 deletions

View File

@@ -77,6 +77,8 @@
<span class='object_link'><a href="puppet_cd_3A_3Amain_3A_3Ainstall.html" title="puppet_classes::puppet_cd::main::install (puppet_class)">puppet_cd::main::install</a></span><br/>
<span class='object_link'><a href="puppet_cd_3A_3Ar10k_3A_3Ainstall.html" title="puppet_classes::puppet_cd::r10k::install (puppet_class)">puppet_cd::r10k::install</a></span><br/>
<span class='object_link'><a href="puppet_cd_3A_3Apuppetdb_3A_3Adirs.html" title="puppet_classes::puppet_cd::puppetdb::dirs (puppet_class)">puppet_cd::puppetdb::dirs</a></span><br/>
<span class='object_link'><a href="puppet_cd_3A_3Apuppetdb_3A_3Afiles.html" title="puppet_classes::puppet_cd::puppetdb::files (puppet_class)">puppet_cd::puppetdb::files</a></span><br/>

View File

@@ -224,9 +224,9 @@ class puppet_cd::r10k::install (
source =&gt; &#39;puppet:///modules/puppet_cd/webhook-go.rpm&#39;
}
package { $pt_r10k_webhook_pkg:
ensure =&gt; $pt_pkg_ensure,
require =&gt; File[$pt_r10k_webhook_pkg]
exec { &#39;install rpm&#39;:
command =&gt; &quot;yum install ${pt_r10k_webhook_pkg}&quot;,
require =&gt; File[$pt_r10k_webhook_pkg],
}
}
}