3
0
Arne Teuke
2025-10-25 19:16:22 +02:00
parent fd42940c4c
commit f5e8fadecb

View File

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