3
0
Arne Teuke
2025-10-25 19:23:34 +02:00
parent f5e8fadecb
commit 7a81b1be3c

View File

@@ -61,7 +61,7 @@ class puppet_cd::r10k::install (
exec { 'install rpm':
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],
}
}