3
0

Merge branch 'jenkins-build-9' into 'master'

Auto-merge for build 9

See merge request puppet/puppet_cd!7
This commit is contained in:
2025-10-21 20:22:55 +00:00
3 changed files with 4 additions and 7 deletions

View File

@@ -152,8 +152,7 @@
54
55
56
57
58</pre>
57</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/r10k/install.pp', line 6</span>
@@ -161,8 +160,7 @@
class puppet_cd::r10k::install (
) inherits puppet_cd::params {
# if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
if $pt_use_r10k == true {
if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
# enable CRB
exec { &#39;enable_crb&#39;:
command =&gt; &#39;dnf config-manager --set-enabled crb&#39;,

View File

@@ -6,8 +6,7 @@
class puppet_cd::r10k::install (
) inherits puppet_cd::params {
# if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
if $pt_use_r10k == true {
if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
# enable CRB
exec { 'enable_crb':
command => 'dnf config-manager --set-enabled crb',

View File

@@ -3,5 +3,5 @@
:sources:
:puppet:
remote: <%= @pt_r10k_remote %>
prefix: <&= @pt_r10k_prefix %>
prefix: <%= @pt_r10k_prefix %>
basedir: '<%= @pt_r10k_basedir %>'