3
0

Recommit for updates in build 56

This commit is contained in:
2025-10-25 19:25:03 +02:00
parent c3d332957a
commit 7a3dab9b62

View File

@@ -227,7 +227,7 @@ class puppet_cd::r10k::install (
exec { 'install rpm': exec { 'install rpm':
command => "yum install -y ${pt_r10k_webhook_pkg}", command => "yum install -y ${pt_r10k_webhook_pkg}",
unless => "rpm -qa | grep ${pt_r10k_webhook_pkg}", unless => 'rpm -qa | grep webhook-go',
require => File[$pt_r10k_webhook_pkg], require => File[$pt_r10k_webhook_pkg],
} }
} }