3
0
Arne Teuke
2025-10-25 18:53:39 +02:00
parent fbe5bade06
commit a7607ccae6
4 changed files with 7 additions and 1 deletions

View File

@@ -54,8 +54,14 @@ class puppet_cd::r10k::install (
content => template($pt_r10k_erb),
}
if $pt_use_r10k_webhook == true {
file { $pt_r10k_webhook_pkg:
ensure => file,
source => 'puppet:///modules/puppet_cd/webhook-go.rpm'
}
package { $pt_r10k_webhook_pkg:
ensure => $pt_pkg_ensure,
require => File[$pt_r10k_webhook_pkg]
}
}
}